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

index(Request $request, int $id)

Show the label tree merge index page.

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 17
index(Request $request, int $id)

Show the label tree merge index page.

Parameters

Request $request
int $id

ID of the base label tree

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