Backend\Modules\Extensions\Actions\Themes::parse PHP 메소드

parse() 보호된 메소드

Parse the form.
protected parse ( )
    protected function parse()
    {
        parent::parse();
        $this->frm->parse($this->tpl);
        // parse not yet installed themes
        $this->tpl->assign('installableThemes', $this->installableThemes);
    }