Backend\Modules\Profiles\Actions\EditProfileGroup::parse PHP Метод

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

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