Overview

Namespaces

  • Jity
    • HomepageBundle
      • Controller
      • DataFixtures
        • ORM
      • DependencyInjection
        • Compiler
        • Service
          • Controller
      • Doctrine
        • Extension
          • DBAL
            • Types
      • Entity
      • EventListener
      • Form
        • Extension
      • Tests
        • Controller
      • Twig
        • Extension
  • PHP

Classes

  • AdminController
  • ArticleController
  • AuthorController
  • BlogController
  • CategoryController
  • DebugController
  • DefaultController
  • EditorController
  • PageController
  • SectionController
  • SecurityController
  • SidebarController
  • TagController
  • UserController
  • Overview
  • Namespace
  • Class
  • Tree

Class UserController

UserController

The User Controller allows you to view and edit your account.

Symfony\Bundle\FrameworkBundle\Controller\Controller
Extended by Jity\HomepageBundle\Controller\UserController
Namespace: Jity\HomepageBundle\Controller
Author: Hermann Mayer <hermann.mayer92@gmail.com>
Uses: Controller
Located at Jity/HomepageBundle/Controller/UserController.php
Methods summary
public Response
# showDashboardAction( )

showDashboardAction

showDashboardAction

Show the dashboard of the user area.

Returns

Response
public Response
# editAction( string $mode )

editAction

editAction

Displays a form to edit the user entity (profile/account).

Parameters

$mode
string
$mode Mode for the User Form Type, to handle different contexts

Returns

Response
public Response
# updateAction( string $mode )

updateAction

updateAction

Edits an existing user entity (profile/account).

Parameters

$mode
string
$mode Mode for the User Form Type, to handle different contexts

Returns

Response
API documentation generated by ApiGen 2.8.0