Backend\Modules\Blog\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());
    }