PHP Class Mage2\User\Controllers\Admin\AdminUserController

Inheritance: extends Mage2\Framework\System\Controllers\AdminController
Afficher le fichier Open project: mage2/laravel-ecommerce

Méthodes publiques

Méthode Description
create ( ) : Illuminate\Http\Response Show the form for creating a new resource.
destroy ( integer $id ) : Illuminate\Http\Response Remove the specified resource from storage.
edit ( integer $id ) : Illuminate\Http\Response Show the form for editing the specified resource.
index ( ) : Illuminate\Http\Response Display a listing of the resource.
show ( integer $id ) : Illuminate\Http\Response Display the specified resource.
store ( AdminUserRequest $request ) : Illuminate\Http\Response Store a newly created resource in storage.
update ( AdminUserRequest $request, integer $id ) : Illuminate\Http\Response Update the specified resource in storage.

Private Methods

Méthode Description
_getRoleOptions ( )

Method Details

create() public méthode

Show the form for creating a new resource.
public create ( ) : Illuminate\Http\Response
Résultat Illuminate\Http\Response

destroy() public méthode

Remove the specified resource from storage.
public destroy ( integer $id ) : Illuminate\Http\Response
$id integer
Résultat Illuminate\Http\Response

edit() public méthode

Show the form for editing the specified resource.
public edit ( integer $id ) : Illuminate\Http\Response
$id integer
Résultat Illuminate\Http\Response

index() public méthode

Display a listing of the resource.
public index ( ) : Illuminate\Http\Response
Résultat Illuminate\Http\Response

show() public méthode

Display the specified resource.
public show ( integer $id ) : Illuminate\Http\Response
$id integer
Résultat Illuminate\Http\Response

store() public méthode

Store a newly created resource in storage.
public store ( AdminUserRequest $request ) : Illuminate\Http\Response
$request Mage2\User\Requests\Admin\AdminUserRequest
Résultat Illuminate\Http\Response

update() public méthode

Update the specified resource in storage.
public update ( AdminUserRequest $request, integer $id ) : Illuminate\Http\Response
$request Mage2\User\Requests\Admin\AdminUserRequest
$id integer
Résultat Illuminate\Http\Response