class AnnotationController extendsController

Traits

AuthorizesRequests
ValidatesRequests

Methods

bool
isAutomatedRequest(Request$request =null)

Determines if the request was done by an automated script (with API token or ajax).

RedirectResponse
fuzzyRedirect()

Redirects to the _redirect URL, to a route or else back.

show(int$id)

Displays the annotation.

mixed
store(StoreAnnotations$request)

Create new annotations

Response
update(Request$request,int$id)

Updates the annotation including its points.

Response
destroy(int$id)

Removes the annotation.

Details

inControllerat line21
bool isAutomatedRequest(Request$request =null)

Determines if the request was done by an automated script (with API token or ajax).

Parameters

Request $request

Return Value

bool

inControllerat line15
protectedRedirectResponse fuzzyRedirect()

Redirects to the _redirect URL, to a route or else back.

Return Value

RedirectResponse

at line37
Annotation show(int$id)

Displays the annotation.

Parameters

int $id

Return Value

Annotation

at line79
mixed store(StoreAnnotations$request)

Create new annotations

Parameters

StoreAnnotations $request

Return Value

mixed

at line141
Response update(Request$request,int$id)

Updates the annotation including its points.

Parameters

Request $request
int $id

Return Value

Response

at line177
Response destroy(int$id)

Removes the annotation.

Parameters

int $id

Return Value

Response