Piwik\Plugins\Widgetize\Controller::index PHP Method

index() public method

public index ( )
    public function index()
    {
        $view = new View('@Widgetize/index');
        $this->setGeneralVariablesView($view);
        return $view->render();
    }
Controller