Backend\Modules\Profiles\Actions\EditGroup::parse PHP Method

parse() protected method

Parse the form.
protected parse ( )
    protected function parse()
    {
        parent::parse();
        // assign the active record and additional variables
        $this->tpl->assign('group', $this->group);
    }