class AnnotationCatalogController 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)

Show the annotation catalog of a label tree.

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 line17
Response show(int$id)

Show the annotation catalog of a label tree.

Parameters

int $id Label tree ID

Return Value

Response