Backend\Modules\Tags\Actions\Edit::parse PHP Метод

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

Parse the form
protected parse ( )
    protected function parse()
    {
        parent::parse();
        // assign id, name
        $this->tpl->assign('id', $this->id);
        $this->tpl->assign('name', $this->record['name']);
        // assign usage-datagrid
        $this->tpl->assign('usage', (string) $this->dgUsage->getContent());
    }