PHP 클래스 DOMPDFModule\View\Model\PdfModel

상속: extends Zend\View\Model\ViewModel
파일 보기 프로젝트 열기: raykolbe/DOMPDFModule 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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

프로퍼티 상세

$captureTo 보호되어 있는 프로퍼티

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

$options 보호되어 있는 프로퍼티

Renderer options
protected array $options
리턴 array

$terminate 보호되어 있는 프로퍼티

PDF is usually terminal
protected bool $terminate
리턴 boolean