Documentation

POPEndPointController extends Controller

Class POPEndPointController

Manages operations for POP End Points.

Table of Contents

Properties

$popService  : POPEndPointService

Methods

__construct()  : mixed
create()  : Response
Show the form for creating a new resource.
destroy()  : RedirectResponse
Remove the specified resource from storage.
edit()  : Response
Show the form for editing the specified resource.
index()  : Response
Display a listing of the resource.
show()  : View
Show the specified resource.
store()  : RedirectResponse
Store a newly created resource in storage.
update()  : RedirectResponse
Update the specified resource in storage.

Properties

Methods

create()

Show the form for creating a new resource.

public create() : Response
Return values
Response

destroy()

Remove the specified resource from storage.

public destroy(int $id) : RedirectResponse
Parameters
$id : int
Return values
RedirectResponse

edit()

Show the form for editing the specified resource.

public edit(int $id) : Response
Parameters
$id : int
Return values
Response

index()

Display a listing of the resource.

public index(Request $request) : Response
Parameters
$request : Request
Return values
Response

show()

Show the specified resource.

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

        
On this page

Search results