Backend\Modules\FormBuilder\Actions\Index::parse PHP Method

parse() protected method

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