![]() |
Antidot PHP API
version 0.16.0
##PHP API to simplify integration of Antidot components
|
Operator class for greater than comparison. More...
Public Member Functions | |
| __construct (AfsFilter $filter) | |
| Constructs new instance of AfsGreaterOperatorFilter. | |
Public Member Functions inherited from AfsBaseOperatorFilter | |
| __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. | |
Operator class for greater than comparison.
| __construct | ( | AfsFilter | $filter | ) |
Constructs new instance of AfsGreaterOperatorFilter.
| $filter | [in] AfsFilter used for greater than comparison. |
1.8.1.2