PHP Класс Components\Posts\Controllers\Backend\PostCategoriesController

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

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

Метод Описание
__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.

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

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

public __construct ( )

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

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

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

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

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

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

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

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

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

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

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

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

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

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