PHP Class Encore\Admin\Controllers\MenuController

Inheritance: extends Illuminate\Routing\Controller
Afficher le fichier Open project: z-song/laravel-admin

Méthodes publiques

Méthode Description
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 )

Méthodes protégées

Méthode Description
callout ( ) : Callout

Method Details

callout() protected méthode

protected callout ( ) : Callout
Résultat Encore\Admin\Widgets\Callout

create() public méthode

Create interface.
public create ( ) : Content
Résultat Encore\Admin\Layout\Content

destroy() public méthode

public destroy ( $id ) : Illuminate\Http\JsonResponse
$id
Résultat Illuminate\Http\JsonResponse

edit() public méthode

Edit interface.
public edit ( $id ) : Content
$id
Résultat Encore\Admin\Layout\Content

form() public méthode

Make a form builder.
public form ( ) : Form
Résultat Encore\Admin\Form

index() public méthode

Index interface.
public index ( ) : Content
Résultat Encore\Admin\Layout\Content

store() public méthode

public store ( )

tree() public méthode

Make a tree builder.
public tree ( ) : Tree
Résultat Encore\Admin\Tree

update() public méthode

public update ( $id )
$id