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).

Response
show(int$id)

Redirect to the annotator link that shows a specified 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

at line16
Response show(int$id)

Redirect to the annotator link that shows a specified annotation.

Parameters

int $id Annotation ID

Return Value

Response