![]() |
Antidot PHP API
version 0.16.0
##PHP API to simplify integration of Antidot components
|
Base class for operator filter objects. More...
Public Member Functions | |
| __construct (AfsFilter $filter, $op_str) | |
| Constructs new instance of AfsBaseOperatorFilter. | |
| value ($value) | |
| Associates a value to current instance and create an AfsValuedFilter. | |
| to_string () | |
| Transforms this instance in its string representation. | |
Base class for operator filter objects.
| __construct | ( | AfsFilter | $filter, |
| $op_str | |||
| ) |
Constructs new instance of AfsBaseOperatorFilter.
| $filter | [in] AfsFilter object to combine with provided operator. |
| $op_str | [in] String representation of the operator (recognized by AFS search engine). |
| to_string | ( | ) |
Transforms this instance in its string representation.
| value | ( | $value | ) |
Associates a value to current instance and create an AfsValuedFilter.
| $value | [in] Value to assign to AfsValuedFilter. |
1.8.1.2