PHP Класс App\Http\Controllers\NoticesController

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

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

Метод Описание
check ( $id )
create ( ) : Response Show the form for creating a new resource.
destroy ( integer $id ) : Response Remove the specified resource from storage.
edit ( integer $id ) : Response Show the form for editing the specified resource.
index ( ) : Response Display a listing of the resource.
push ( $force = false )
show ( integer $id ) : Response Display the specified resource.
store ( ) : Response Store a newly created resource in storage.
unauth ( )
update ( integer $id ) : Response Update the specified resource in storage.

Защищенные методы

Метод Описание
getActions ( $notices )

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

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

public check ( $id )

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

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

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

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

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

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

getActions() защищенный Метод

protected getActions ( $notices )

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

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

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

public push ( $force = false )

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

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

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

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

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

public unauth ( )

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

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