An match-node in the livestatus filter node tree. More...
Public Member Functions | |
get_field () | |
Get the name of the field to match. | |
get_op () | |
Get the operator to filter on. | |
get_value () | |
Get the value to match. | |
__construct ($field, $value, $op="=") | |
Generate a match-filter. | |
prefix ($prefix) | |
Returns a copy of the filter, but with a variables prefixed. | |
visit (LivestatusFilterVisitor $visitor, $data) | |
Visit the filter node with a visitor, to generate a filter query. |
An match-node in the livestatus filter node tree.