Pimcore\Controller\Action\Admin\Printpage::setValuesToDocument PHP Метод

setValuesToDocument() защищенный Метод

protected setValuesToDocument ( PrintAbstract $page )
$page Pimcore\Model\Document\PrintAbstract
    protected function setValuesToDocument(Document\PrintAbstract $page)
    {
        $this->addSettingsToDocument($page);
        $this->addDataToDocument($page);
        $this->addPropertiesToDocument($page);
    }