Backend\Modules\Faq\Actions\Index::parse PHP 메소드

parse() 보호된 메소드

Parse the dataGrids and the reports
protected parse ( )
    protected function parse()
    {
        parent::parse();
        // parse dataGrids
        if (!empty($this->dataGrids)) {
            $this->tpl->assign('dataGrids', $this->dataGrids);
        }
        $this->tpl->assign('emptyDatagrid', $this->emptyDatagrid->getContent());
    }