PHP 클래스 Encore\Admin\Controllers\MenuController
파일 보기
프로젝트 열기: 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 ) |
|
|
보호된 메소드들
메소드 상세
protected callout ( ) : Callout |
리턴 |
Encore\Admin\Widgets\Callout |
|
public create ( ) : Content |
리턴 |
Encore\Admin\Layout\Content |
|
public destroy ( $id ) : Illuminate\Http\JsonResponse |
$id |
|
|
리턴 |
Illuminate\Http\JsonResponse |
|
public edit ( $id ) : Content |
$id |
|
|
리턴 |
Encore\Admin\Layout\Content |
|
public index ( ) : Content |
리턴 |
Encore\Admin\Layout\Content |
|
public tree ( ) : Tree |
리턴 |
Encore\Admin\Tree |
|