PHP 클래스 Mage2\User\Controllers\Admin\AdminUserController

상속: extends Mage2\Framework\System\Controllers\AdminController
파일 보기 프로젝트 열기: mage2/laravel-ecommerce

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
_getRoleOptions ( )

메소드 상세

create() 공개 메소드

Show the form for creating a new resource.
public create ( ) : Illuminate\Http\Response
리턴 Illuminate\Http\Response

destroy() 공개 메소드

Remove the specified resource from storage.
public destroy ( integer $id ) : Illuminate\Http\Response
$id integer
리턴 Illuminate\Http\Response

edit() 공개 메소드

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

index() 공개 메소드

Display a listing of the resource.
public index ( ) : Illuminate\Http\Response
리턴 Illuminate\Http\Response

show() 공개 메소드

Display the specified resource.
public show ( integer $id ) : Illuminate\Http\Response
$id integer
리턴 Illuminate\Http\Response

store() 공개 메소드

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

update() 공개 메소드

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