LabelTreeMergeController
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).
from
Controller
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).
at line 23
mixed
index(Request $request, int $id)
Show the label tree merge index page.
at line 47
mixed
show(int $id1, int $id2)
Show the label tree merge page.