PHP Class Standard\Controllers\UsersController

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

Méthodes publiques

Méthode Description
__construct ( Twig_Environment $twig )
__invoke ( )
deleteGroupAction ( integer $id )
deleteUserAction ( integer $id )
exitSuperAction ( )
listGroupsAction ( )
listUsers ( )
logInAsAction ( ) Only admins can access this method
upsertGroupAction ( $id = null )
upsertGroupProcessAction ( )
upsertUserAction ( $id = null )
upsertUserProcessAction ( )

Method Details

__construct() public méthode

public __construct ( Twig_Environment $twig )
$twig Twig_Environment

__invoke() public méthode

public __invoke ( )

deleteGroupAction() public méthode

public deleteGroupAction ( integer $id )
$id integer

deleteUserAction() public méthode

public deleteUserAction ( integer $id )
$id integer

exitSuperAction() public méthode

public exitSuperAction ( )

listGroupsAction() public méthode

public listGroupsAction ( )

listUsers() public méthode

public listUsers ( )

logInAsAction() public méthode

Only admins can access this method
public logInAsAction ( )

upsertGroupAction() public méthode

public upsertGroupAction ( $id = null )

upsertGroupProcessAction() public méthode

upsertUserAction() public méthode

public upsertUserAction ( $id = null )

upsertUserProcessAction() public méthode