Documentation

JaringanAksesController extends Controller

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

destroy()

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
View

show()

Show the specified resource.

public show(int $id) : View
Parameters
$id : int
Return values
View

store()

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

        
On this page

Search results