Method |
Description |
|
__construct ( UserManager $user_manager, UserGroupManager $usergroup_manager ) |
|
|
activate ( integer $id ) : Redirec\Redirect |
Activate the specified user |
|
create ( ) : Response |
Show the form for creating a new user. |
|
deactivate ( integer $id ) : Redirec\Redirect |
Deactivate the specified user |
|
destroy ( integer $id = null ) : Response |
Remove the specified user. |
|
edit ( integer $id ) : Response |
Show the form for editing the specified user. |
|
getChangePassword ( ) |
|
|
index ( ) : Response |
Display a listing of the users. |
|
putChangePassword ( ) |
|
|
show ( integer $id ) : Response |
Display the specified user. |
|
store ( ) : Response |
Store a newly created resource in storage. |
|
update ( integer $id ) : Response |
Update the specified resource in storage. |
|