PHP 클래스 Encore\Admin\Controllers\MenuController

상속: extends Illuminate\Routing\Controller
파일 보기 프로젝트 열기: z-song/laravel-admin

공개 메소드들

메소드 설명
create ( ) : Content Create interface.
destroy ( $id ) : Illuminate\Http\JsonResponse
edit ( $id ) : Content Edit interface.
form ( ) : Form Make a form builder.
index ( ) : Content Index interface.
store ( )
tree ( ) : Tree Make a tree builder.
update ( $id )

보호된 메소드들

메소드 설명
callout ( ) : Callout

메소드 상세

callout() 보호된 메소드

protected callout ( ) : Callout
리턴 Encore\Admin\Widgets\Callout

create() 공개 메소드

Create interface.
public create ( ) : Content
리턴 Encore\Admin\Layout\Content

destroy() 공개 메소드

public destroy ( $id ) : Illuminate\Http\JsonResponse
$id
리턴 Illuminate\Http\JsonResponse

edit() 공개 메소드

Edit interface.
public edit ( $id ) : Content
$id
리턴 Encore\Admin\Layout\Content

form() 공개 메소드

Make a form builder.
public form ( ) : Form
리턴 Encore\Admin\Form

index() 공개 메소드

Index interface.
public index ( ) : Content
리턴 Encore\Admin\Layout\Content

store() 공개 메소드

public store ( )

tree() 공개 메소드

Make a tree builder.
public tree ( ) : Tree
리턴 Encore\Admin\Tree

update() 공개 메소드

public update ( $id )
$id