PHP Class Pimcore\Model\Document\Printcontainer

Inheritance: extends PrintAbstract
Show file Open project: pimcore/pimcore

Public Properties

Property Type Description
$action string
$type string Static type of the document

Public Methods

Method Description
getAllChildren ( )
getTreeNodeConfig ( )
pdfIsDirty ( )

Private Methods

Method Description
doGetChildren ( Document $document )

Method Details

getAllChildren() public method

public getAllChildren ( )

getTreeNodeConfig() public method

public getTreeNodeConfig ( )

pdfIsDirty() public method

public pdfIsDirty ( )

Property Details

$action public property

public string $action
return string

$type public property

Static type of the document
public string $type
return string