Backend\Modules\Faq\Actions\Categories::parse PHP Method

parse() protected method

Parse & display the page
protected parse ( )
    protected function parse()
    {
        parent::parse();
        $this->tpl->assign('dataGrid', (string) $this->dataGrid->getContent());
        // check if this action is allowed
        $this->tpl->assign('allowFaqAddCategory', $this->multipleCategoriesAllowed);
    }