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

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

Защищенные свойства (Protected)

Свойство Тип Описание
$type

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

Метод Описание
__construct ( )
create ( ) : Response Show the form for creating a new post.
destroy ( integer $id = null ) : Response Remove the specified post from storage.
edit ( integer $id ) : Response Show the form for editing the specified post.
index ( ) : Response Display a listing of the posts.
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 in storage.

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

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

public __construct ( )

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

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

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

Remove the specified post 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.
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 in storage.
public update ( integer $id ) : Response
$id integer
Результат Response

Описание свойств

$type защищенное свойство

protected $type