Frontend\Modules\Faq\Actions\Index::parse PHP Method

parse() private method

Parse the data into the template
private parse ( )
    private function parse()
    {
        $this->tpl->assign('faqCategories', (array) $this->items);
        $this->tpl->assign('allowMultipleCategories', $this->get('fork.settings')->get('Faq', 'allow_multiple_categories', true));
    }