LabelTreeUserController
class LabelTreeUserController 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
RedirectResponse
fuzzyRedirect()
Redirects to the _redirect URL, to a route or else back.
from
Controller
LabelTree|RedirectResponse
RedirectResponse|null
RedirectResponse|null
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).
in
Controller at line 15
protected RedirectResponse
fuzzyRedirect()
Redirects to the _redirect URL, to a route or else back.
at line 27
LabelTree|RedirectResponse
store(StoreLabelTreeUser $request)
Add a member to a label tree.
at line 55
RedirectResponse|null
update(UpdateLabelTreeUser $request)
Updates a member of a label tree.
at line 82
RedirectResponse|null
destroy(DestroyLabelTreeUser $request)
Removes the specified member from the specified label tree.