FilterVideoAnnotationsByLabelController
class FilterVideoAnnotationsByLabelController extends Controller
Traits
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
void
compileFilterConditions(Builder $query, bool $union, array $filters)
Compile Largo filter(s) that were requested and add them to the query
from
CompileFilters
Collection
index(Request $request, int $vid, int $lid)
Show all video annotations of the volume that have a specific label attached.
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.
in
CompileFilters at line 14
private void
compileFilterConditions(Builder $query, bool $union, array $filters)
Compile Largo filter(s) that were requested and add them to the query
at line 35
Collection
index(Request $request, int $vid, int $lid)
Show all video annotations of the volume that have a specific label attached.