Backend\Modules\Settings\Actions\Email::parse PHP Метод

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

Parse the form
protected parse ( )
    protected function parse()
    {
        parent::parse();
        // parse the form
        $this->frm->parse($this->tpl);
    }