PHP Класс Yab\Quarx\Controllers\PagesController

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

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

Метод Описание
__construct ( PageRepository $pagesRepo )
create ( ) : Response Show the form for creating a new Pages.
destroy ( integer $id ) : Response Remove the specified Pages from storage.
edit ( integer $id ) : Response Show the form for editing the specified Pages.
index ( ) : Response Display a listing of the Pages.
search ( Illuminate\Http\Request $request ) : Response Search.
store ( Illuminate\Http\Request $request ) : Response Store a newly created Pages in storage.
update ( integer $id, PagesRequest $request ) : Response Update the specified Pages in storage.

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

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

public __construct ( PageRepository $pagesRepo )
$pagesRepo Yab\Quarx\Repositories\PageRepository

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

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

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

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

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

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

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

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

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

Store a newly created Pages in storage.
public store ( Illuminate\Http\Request $request ) : Response
$request Illuminate\Http\Request
Результат Response

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

Update the specified Pages in storage.
public update ( integer $id, PagesRequest $request ) : Response
$id integer
$request Yab\Quarx\Requests\PagesRequest
Результат Response