Piwik\Plugins\ExamplePlugin\Controller::index PHP Метод

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

public index ( )
    public function index()
    {
        // Render the Twig template templates/index.twig and assign the view variable answerToLife to the view.
        return $this->renderTemplate('index', array('answerToLife' => 42));
    }
Controller