PHP Class DOMPDFModule\View\Model\PdfModel

Inheritance: extends Zend\View\Model\ViewModel
Show file Open project: raykolbe/DOMPDFModule Class Usage Examples

Protected Properties

Property Type Description
$captureTo string PDF probably won't need to be captured into a a parent container by default.
$options array Renderer options
$terminate boolean PDF is usually terminal

Property Details

$captureTo protected property

PDF probably won't need to be captured into a a parent container by default.
protected string $captureTo
return string

$options protected property

Renderer options
protected array $options
return array

$terminate protected property

PDF is usually terminal
protected bool $terminate
return boolean