Backend\Modules\Settings\Actions\Seo::parse PHP 메소드

parse() 보호된 메소드

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