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

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

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

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

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

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

public __construct ( LinkRepository $linksRepo )
$linksRepo Yab\Quarx\Repositories\LinkRepository

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

Show the form for creating a new Links.
public create ( Illuminate\Http\Request $request ) : Response
$request Illuminate\Http\Request
Результат Response

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

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

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

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

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

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

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

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

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

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