PHP Class Standard\Controllers\AuthController

Inheritance: extends Standard\Abstracts\Controller
Afficher le fichier Open project: Swader/nofw

Méthodes publiques

Méthode Description
__construct ( Twig_Environment $twig )
forgotPasswordAction ( GuzzleHttp\ClientInterface $client )
index ( )
logoutAction ( )
processLoginAction ( )
processResetPassAction ( )
processSignupAction ( )
resetPassAction ( $code, $email )

Méthodes protégées

Méthode Description
initGroups ( )

Method Details

__construct() public méthode

public __construct ( Twig_Environment $twig )
$twig Twig_Environment

forgotPasswordAction() public méthode

public forgotPasswordAction ( GuzzleHttp\ClientInterface $client )
$client GuzzleHttp\ClientInterface

index() public méthode

public index ( )

initGroups() protected méthode

protected initGroups ( )

logoutAction() public méthode

public logoutAction ( )

processLoginAction() public méthode

public processLoginAction ( )

processResetPassAction() public méthode

processSignupAction() public méthode

public processSignupAction ( )

resetPassAction() public méthode

public resetPassAction ( $code, $email )