AnnotationController
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).
from Controller
RedirectResponse
fuzzyRedirect()
Redirects to the _redirect URL, to a route or else back.
from Controller
show(int$id)
Displays the annotation.
mixed
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).
inControllerat line15
protectedRedirectResponse
fuzzyRedirect()
Redirects to the _redirect URL, to a route or else back.
at line37
Annotation
show(int$id)
Displays the annotation.
at line79
mixed
store(StoreAnnotations$request)
Create new annotations
at line141
Response
update(Request$request,int$id)
Updates the annotation including its points.
at line177
Response
destroy(int$id)
Removes the annotation.