PHP Class App\Http\Controllers\ProductsGroupController

Inheritance: extends Controller
Afficher le fichier Open project: ant-vel/antVel

Méthodes publiques

Méthode 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 méthode

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

edit() public méthode

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

store() public méthode

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