PHP Класс Backend\MenuPositionsController

License : GNU/GPL, visit LICENSE.txt Description : Doptor is Opensource CMS. ===================================================
Наследование: extends backend\AdminController
Показать файл Открыть проект

Открытые методы

Метод Описание
create ( ) : Response Show the menu for creating a new menu positions.
destroy ( integer $id ) : Response Remove the specified menu positions from storage.
edit ( integer $id ) : Response Show the menu for editing the specified menu positions.
index ( ) : Response Display a listing of the menu positions.
show ( integer $id ) : Response Display the specified menu positions.
store ( ) : Response Store a newly created menu positions in storage.
update ( integer $id ) : Response Update the specified menu positions in storage.

Описание методов

create() публичный Метод

Show the menu for creating a new menu positions.
public create ( ) : Response
Результат Response

destroy() публичный Метод

Remove the specified menu positions from storage.
public destroy ( integer $id ) : Response
$id integer
Результат Response

edit() публичный Метод

Show the menu for editing the specified menu positions.
public edit ( integer $id ) : Response
$id integer
Результат Response

index() публичный Метод

Display a listing of the menu positions.
public index ( ) : Response
Результат Response

show() публичный Метод

Display the specified menu positions.
public show ( integer $id ) : Response
$id integer
Результат Response

store() публичный Метод

Store a newly created menu positions in storage.
public store ( ) : Response
Результат Response

update() публичный Метод

Update the specified menu positions in storage.
public update ( integer $id ) : Response
$id integer
Результат Response