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

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

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