Frontend\Modules\Location\Widgets\Location::parse PHP Method

parse() private method

Parse the data into the template
private parse ( )
    private function parse()
    {
        $this->addJSData('settings_' . $this->item['id'], $this->settings);
        $this->addJSData('items_' . $this->item['id'], array($this->item));
        $this->tpl->assign('widgetLocationItem', $this->item);
        $this->tpl->assign('widgetLocationSettings', $this->settings);
    }