MerchandiseOrderController
extends Controller
in package
Table of Contents
Properties
Methods
- __construct() : mixed
- 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.
Properties
$merchandiseOrderService
private
MerchandiseOrderService
$merchandiseOrderService
Methods
__construct()
public
__construct(MerchandiseOrderService $merchandiseOrderService) : mixed
Parameters
- $merchandiseOrderService : MerchandiseOrderService
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(int $id) : mixed
Parameters
- $id : int
store()
Store a newly created resource in storage.
public
store(StoreMerchandiseOrderRequest $request) : mixed
Parameters
- $request : StoreMerchandiseOrderRequest
update()
Update the specified resource in storage.
public
update(Request $request, mixed $id) : mixed
Parameters
- $request : Request
- $id : mixed