class AnnotationAssistanceRequestController 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.

Response
store(StoreAnnotationAssistanceRequest$request)

Create a new annotation assistance request.

Response
update(UpdateAnnotationAssistanceRequest$request)

Close an annotation assistance request.

Response
destroy(Request$request,int$id)

Delete an annotation assistance request.

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 line48
Response store(StoreAnnotationAssistanceRequest$request)

Create a new annotation assistance request.

Parameters

StoreAnnotationAssistanceRequest $request

Return Value

Response

at line88
Response update(UpdateAnnotationAssistanceRequest$request)

Close an annotation assistance request.

Parameters

UpdateAnnotationAssistanceRequest $request

Return Value

Response

at line116
Response destroy(Request$request,int$id)

Delete an annotation assistance request.

Parameters

Request $request
int $id ID of the assistance request

Return Value

Response