Piwik\Plugins\Goals\Controller::widgetGoalsOverview PHP Метод

widgetGoalsOverview() публичный Метод

Устаревший: used to be a widgetized URL. There to not break widget URLs
public widgetGoalsOverview ( )
    public function widgetGoalsOverview()
    {
        $_GET['containerId'] = 'GoalsOverview';
        return FrontController::getInstance()->fetchDispatch('CoreHome', 'renderWidgetContainer');
    }