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

parse() private method

Parse the data into the template
private parse ( )
    private function parse()
    {
        $this->addJSData('settings', $this->settings);
        $this->addJSData('items', $this->items);
        $this->tpl->assign('locationItems', $this->items);
        $this->tpl->assign('locationSettings', $this->settings);
    }