PHP Class WellCommerce\Bundle\AdminBundle\Controller\Admin\UserController

Author: Adam Piotrowski ([email protected])
Inheritance: extends WellCommerce\Bundle\CoreBundle\Controller\Admin\AbstractAdminController
Show file Open project: wellcommerce/wellcommerce

Public Methods

Method Description
accessDeniedAction ( ) : Response
deleteAction ( integer $id ) : Response
loginAction ( Request $request ) : Response
loginCheckAction ( )
resetPasswordAction ( ) : Response

Private Methods

Method Description
createLoginForm ( ) : WellCommerce\Component\Form\Elements\FormInterface
getSecurityErrors ( Request $request )

Method Details

accessDeniedAction() public method

public accessDeniedAction ( ) : Response
return Symfony\Component\HttpFoundation\Response

deleteAction() public method

public deleteAction ( integer $id ) : Response
$id integer
return Symfony\Component\HttpFoundation\Response

loginAction() public method

public loginAction ( Request $request ) : Response
$request Symfony\Component\HttpFoundation\Request
return Symfony\Component\HttpFoundation\Response

loginCheckAction() public method

public loginCheckAction ( )

resetPasswordAction() public method

public resetPasswordAction ( ) : Response
return Symfony\Component\HttpFoundation\Response