Backend\Modules\Users\Actions\Index::parse PHP Метод

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

Parse the datagrid
protected parse ( )
    protected function parse()
    {
        parent::parse();
        $this->tpl->assign('dataGrid', (string) $this->dataGrid->getContent());
    }