Class UserController
- Symfony\Bundle\FrameworkBundle\Controller\Controller
-
FrontBundle\Controller\BaseController implements FrontBundle\Controller\ApiControllerInterface
-
FrontBundle\Controller\UserController
Namespace: FrontBundle\Controller
Author: Théo FIDRY theo.fidry@gmail.com
Route("/users")
Located at FrontBundle/Controller/UserController.php
Author: Théo FIDRY theo.fidry@gmail.com
Route("/users")
Located at FrontBundle/Controller/UserController.php
public
array
|
|
public
array
|
|
public
array
|
#
showAction( Symfony\Component\HttpFoundation\Request $request, integer $id )
Finds and displays a User entity. |
public
array
|
#
editAction( Symfony\Component\HttpFoundation\Request $request, integer $id )
Displays a form to edit an existing User entity. |
public
array|Symfony\Component\HttpFoundation\RedirectResponse
|
#
updateAction( Symfony\Component\HttpFoundation\Request $request, integer $id )
Edits an existing User entity. |
public
Symfony\Component\HttpFoundation\RedirectResponse
|
createRequest(),
decode(),
generateUrl(),
getDoctrine(),
handleGuzzleException(),
requestAndDecode(),
sendAndDecode(),
setContainer()
|
$client,
$serializer
|