class LabelTreeVersionsController 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(Request$request,int$tid,int$vid)

Show the label tree version page.

Response
create(int$id)

Show the create label tree version page.

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 line23
Response show(Request$request,int$tid,int$vid)

Show the label tree version page.

Parameters

Request $request
int $tid Label tree ID
int $vid Label tree version ID

Return Value

Response

at line40
Response create(int$id)

Show the create label tree version page.

Parameters

int $id Label tree ID

Return Value

Response