LabelTreesController
class LabelTreesController 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).
from Controller
Response
show(Request$request,int$id)
Show the label tree page.
Response
Response
admin()
Show the label tree admin page.
Response
create(Request$request)
Show the create label tree page.
Response
tutorial(string$name)
Show a tutorials article.
Response
Response
showVersionedLabelTree(LabelTree$tree,User$user)
Show the label tree page of a versioned label tree.
Details
inControllerat line21
bool
isAutomatedRequest(Request$request =null)
Determines if the request was done by an automated script (with API token or ajax).
at line24
Response
show(Request$request,int$id)
Show the label tree page.
at line44
Response
index()deprecated
deprecated
Show the label tree list.
at line54
Response
admin()
Show the label tree admin page.
at line69
Response
create(Request$request)
Show the create label tree page.
at line108
Response
tutorial(string$name)
Show a tutorials article.