PHP 클래스 App\Http\Controllers\ProductsGroupController

상속: extends Controller
파일 보기 프로젝트 열기: ant-vel/antVel

공개 메소드들

메소드 설명
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.

메소드 상세

destroy() 공개 메소드

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

edit() 공개 메소드

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

store() 공개 메소드

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