Backend\Modules\Settings\Actions\Email::parse PHP Méthode

parse() protected méthode

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