PHP Class Components\Posts\Controllers\Backend\PostCategoriesController

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 post.
destroy ( integer $id = null ) : Response Remove the specified post category from storage.
edit ( integer $id ) : Response Show the form for editing the specified post.
index ( ) : Response Display a listing of the posts-categories.
show ( integer $id ) : Response Display the specified post.
store ( ) : Response Store a newly created post in storage.
update ( integer $id ) : Response Update the specified post category in storage.

Method Details

__construct() public méthode

public __construct ( )

create() public méthode

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

destroy() public méthode

Remove the specified post 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 post.
public edit ( integer $id ) : Response
$id integer
Résultat Response

index() public méthode

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

show() public méthode

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

store() public méthode

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

update() public méthode

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