ONTStickerController
extends Controller
in package
Table of Contents
Methods
- create() : mixed
- Show the form for creating a new resource.
- destroy() : mixed
- Remove the specified resource from storage.
- edit() : mixed
- Show the form for editing the specified resource.
- index() : mixed
- Display a listing of the resource.
- show() : mixed
- Show the specified resource.
- store() : mixed
- Store a newly created resource in storage.
- update() : mixed
- Update the specified resource in storage.
Methods
create()
Show the form for creating a new resource.
public
create() : mixed
destroy()
Remove the specified resource from storage.
public
destroy(mixed $id) : mixed
Parameters
- $id : mixed
edit()
Show the form for editing the specified resource.
public
edit(mixed $id) : mixed
Parameters
- $id : mixed
index()
Display a listing of the resource.
public
index() : mixed
show()
Show the specified resource.
public
show(mixed $id) : mixed
Parameters
- $id : mixed
store()
Store a newly created resource in storage.
public
store(Request $request) : mixed
Parameters
- $request : Request
update()
Update the specified resource in storage.
public
update(Request $request, mixed $id) : mixed
Parameters
- $request : Request
- $id : mixed