PHP Class Backend\FormCategoriesController

License : GNU/GPL, visit LICENSE.txt Description : Doptor is Opensource CMS. ===================================================
Inheritance: extends backend\AdminController
Datei anzeigen Open project: doptor/doptor

Public Methods

Method Description
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.

Method Details

create() public method

Show the form for creating a new form categories.
public create ( ) : Response
return Response

destroy() public method

Remove the specified form categories from storage.
public destroy ( integer $id ) : Response
$id integer
return Response

edit() public method

Show the form for editing the specified form categories.
public edit ( integer $id ) : Response
$id integer
return Response

index() public method

Display a listing of the form categories.
public index ( ) : Response
return Response

show() public method

Display the specified form categories.
public show ( integer $id ) : Response
$id integer
return Response

store() public method

Store a newly created form categories in storage.
public store ( ) : Response
return Response

update() public method

Update the specified form categories in storage.
public update ( integer $id ) : Response
$id integer
return Response