Standard\Controllers\ExtraController::indexAction PHP Метод

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

public indexAction ( )
    public function indexAction()
    {
        echo $this->twig->render('extra/index.twig', ['message' => 'Hello from Extra, index action']);
    }