JaringanAksesController
extends Controller
in package
Class JaringanAksesController
Handles operations related to Jaringan Akses resources.
Table of Contents
Methods
- create() : View
- Show the form for creating a new resource.
- destroy() : void
- Remove the specified resource from storage.
- edit() : View
- Show the form for editing the specified resource.
- index() : View
- Display a listing of the resource.
- show() : View
- Show the specified resource.
- store() : void
- Store a newly created resource in storage.
- update() : void
- Update the specified resource in storage.
Methods
create()
Show the form for creating a new resource.
public
create() : View
Return values
Viewdestroy()
Remove the specified resource from storage.
public
destroy(int $id) : void
Parameters
- $id : int
edit()
Show the form for editing the specified resource.
public
edit(int $id) : View
Parameters
- $id : int
Return values
Viewindex()
Display a listing of the resource.
public
index() : View
Return values
Viewshow()
Show the specified resource.
public
show(int $id) : View
Parameters
- $id : int
Return values
Viewstore()
Store a newly created resource in storage.
public
store(Request $request) : void
Parameters
- $request : Request
update()
Update the specified resource in storage.
public
update(Request $request, int $id) : void
Parameters
- $request : Request
- $id : int