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

mixed
index(Request$request,$id)

Show the label tree merge index page.

mixed
show(int$id1,int$id2)

Show the label tree merge 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 line24
mixed index(Request$request,$id)

Show the label tree merge index page.

Parameters

Request $request
$id

Return Value

mixed

at line48
mixed show(int$id1,int$id2)

Show the label tree merge page.

Parameters

int $id1 ID of the base label tree
int $id2 ID of the label tree to merge into the base

Return Value

mixed