PHP Класс App\Http\Controllers\Admin\PermissionsController

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Update the specified resource in storage.
public update ( integer $id, Illuminate\Http\Request $request ) : void
$id integer
$request Illuminate\Http\Request
Результат void