LogFilters extends Filter
Logs Filters
Table of Contents
Methods
| getFilters() | Gets a list of input fields for filtering logs |
Methods
getFilters()
Gets a list of input fields for filtering logs
public
getFilters(array<string|int, mixed> $options[, array<string|int, mixed> $vars = [] ]) : InputFields
Parameters
- $options : array<string|int, mixed>
-
A list of options for building the filters including:
- language The language for filter labels and tooltips
- company_id The company ID to filter modules on
- $vars : array<string|int, mixed> = []
-
A list of submitted inputs that act as defaults for filter fields including:
- string The (partial) string on which to filter logs
- start_date The start date on which to filter logs
- end_date The end date on which to filter logs
Return values
InputFields —An object representing the list of filter input field