Backend\Modules\ContentBlocks\Actions\Edit::parse PHP Метод

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

Parse the content block and the revisions
protected parse ( )
    protected function parse()
    {
        parent::parse();
        $this->tpl->assign('id', $this->contentBlock->getId());
        $this->tpl->assign('title', $this->contentBlock->getTitle());
        $this->tpl->assign('revision_id', $this->contentBlock->getRevisionId());
        $this->parseRevisionsDataGrid();
    }