LabelTreesController
class LabelTreesController 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
Response
show(Request $request, int $id)
Show the label tree page.
Response
Response
create(Request $request)
Show the create label tree page.
Response
Response
showVersionedLabelTree(LabelTree $tree, User $user)
Show the label tree page of a versioned label tree.
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 24
Response
show(Request $request, int $id)
Show the label tree page.
at line 44
Response
index()
deprecated
deprecated
Show the label tree list.
at line 55
Response
create(Request $request)
Show the create label tree page.