Stub PDF generator
This commit is contained in:
parent
58317f24e8
commit
84ab240eda
1 changed files with 4 additions and 0 deletions
|
|
@ -195,10 +195,14 @@ class StubBuilder
|
|||
|
||||
$maker = new PdfMaker($state);
|
||||
|
||||
nlog("pre html");
|
||||
|
||||
$this->html = $maker->design($template)
|
||||
->build()
|
||||
->getCompiledHTML();
|
||||
|
||||
nlog($this->html);
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue