class LabelTreeMergeController extends Controller

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, int $id)

Show the label tree merge index page.

mixed
show(int $id1, int $id2)

Show the label tree merge page.

Details

in Controller at line 21
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 line 19
mixed index(Request $request, int $id)

Show the label tree merge index page.

Parameters

Request $request
int $id

ID of the base label tree

Return Value

mixed

at line 43
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