PHP Class Components\ContactManager\Controllers\Backend\ContactCategoriesController

Inheritance: extends Backend\AdminController
Afficher le fichier Open project: doptor/doptor

Méthodes publiques

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

Method Details

__construct() public méthode

public __construct ( )

create() public méthode

Show the form for creating a new contact.
public create ( ) : Response
Résultat Response

destroy() public méthode

Remove the specified contact category from storage.
public destroy ( integer $id = null ) : Response
$id integer
Résultat Response

edit() public méthode

Show the form for editing the specified contact.
public edit ( integer $id ) : Response
$id integer
Résultat Response

index() public méthode

Display a listing of the contact-categories.
public index ( ) : Response
Résultat Response

show() public méthode

Display the specified contact.
public show ( integer $id ) : Response
$id integer
Résultat Response

store() public méthode

Store a newly created contact in storage.
public store ( ) : Response
Résultat Response

update() public méthode

Update the specified contact category in storage.
public update ( integer $id ) : Response
$id integer
Résultat Response