PHP Class App\Http\Controllers\ProductsGroupController

Inheritance: extends Controller
Show file Open project: ant-vel/antVel

Public Methods

Method Description
destroy ( integer $id ) : Response Remove the specified resource from storage.
edit ( integer $id ) : Response Show the form for editing the specified resource.
store ( Illuminate\Http\Request $request ) : Response Store a newly created resource in storage.

Method Details

destroy() public method

Remove the specified resource from storage.
public destroy ( integer $id ) : Response
$id integer
return Response

edit() public method

Show the form for editing the specified resource.
public edit ( integer $id ) : Response
$id integer
return Response

store() public method

Store a newly created resource in storage.
public store ( Illuminate\Http\Request $request ) : Response
$request Illuminate\Http\Request
return Response