Documentation

MerchandiseOrderController extends Controller
in package

Table of Contents

Properties

$merchandiseOrderService  : MerchandiseOrderService

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

Methods

update()

Update the specified resource in storage.

public update(Request $request, mixed $id) : mixed
Parameters
$request : Request
$id : mixed

        
On this page

Search results