Frontend\Modules\Search\Widgets\Form::parse PHP Метод

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

Parse the data into the template
private parse ( )
    private function parse()
    {
        $this->addJS('typeahead.bundle.min.js');
        $this->addCSS('Search.css');
        $this->frm->parse($this->tpl);
    }