Frontend\Modules\Faq\Widgets\AskOwnQuestion::parse PHP Метод

parse() приватный Метод

Parse
private parse ( )
    private function parse()
    {
        // parse the form or a status
        if (empty($this->status)) {
            $this->frm->parse($this->tpl);
        } else {
            $this->tpl->assign($this->status, true);
        }
        // parse an option so the stuff can be shown
        $this->tpl->assign('widgetFaqOwnQuestion', true);
    }