PHP Класс Components\ContactManager\Controllers\Backend\ContactCategoriesController

Наследование: extends Backend\AdminController
Показать файл Открыть проект

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

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

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

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

public __construct ( )

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

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

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

Remove the specified contact category from storage.
public destroy ( integer $id = null ) : Response
$id integer
Результат Response

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

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

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

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

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

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

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

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

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

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