PHP Класс Backend\FormCategoriesController

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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