Метод |
Описание |
|
__construct ( Illuminate\Http\Request $request, Acoustep\EntrustGui\Gateways\UserGateway $gateway, Illuminate\Config\Repository $config ) : void |
Create a new UsersController instance. |
|
create ( ) : Response |
Show the form for creating a new resource. |
|
destroy ( integer $id ) : Response |
Remove the specified resource from storage. |
|
edit ( integer $id ) : Response |
Show the form for editing the specified resource. |
|
index ( ) : Response |
Display a listing of the resource. |
|
store ( ) : Response |
Store a newly created resource in storage. |
|
update ( integer $id ) : Response |
Update the specified resource in storage. |
|