$renderer
$renderer : \PhpOffice\PhpWord\Writer\PDF\AbstractRenderer
The wrapper for the requested PDF rendering engine
PDF Writer
$renderer : \PhpOffice\PhpWord\Writer\PDF\AbstractRenderer
The wrapper for the requested PDF rendering engine
__construct(\PhpOffice\PhpWord\PhpWord $phpWord)
Instantiate a new renderer of the configured type within this container class
\PhpOffice\PhpWord\PhpWord | $phpWord |
__call(string $name, array<mixed,mixed> $arguments) : mixed
Magic method to handle direct calls to the configured PDF renderer wrapper class.
string | $name | Renderer library method name |
array<mixed,mixed> | $arguments | Array of arguments to pass to the renderer method |
Returned data from the PDF renderer wrapper method
Loading…