![]() |
Antidot PHP API
version 0.16.0
##PHP API to simplify integration of Antidot components
|
Base class for combinator filter objects. More...
Public Member Functions | |
| __construct ($left, $comb_str) | |
| Constructs new instance of AfsBaseCombinatorFilter. | |
| filter ($id) | |
| Creates new filter as the right operand of current combinator. | |
| group ($element) | |
| Creates new group as the right operand of current combinator. | |
| to_string () | |
| Retrieves string representation of current instance. | |
Base class for combinator filter objects.
| __construct | ( | $left, | |
| $comb_str | |||
| ) |
Constructs new instance of AfsBaseCombinatorFilter.
| $left | [in] AfsFilter or AfsGroupFilter object to combine with provided operator. |
| $comb_str | [in] String representation of the operator (recognized by AFS search engine). |
| filter | ( | $id | ) |
Creates new filter as the right operand of current combinator.
| $id | [in] Filter identifier. |
| group | ( | $element | ) |
Creates new group as the right operand of current combinator.
| $element | [in] Element initialization of the group. |
| to_string | ( | ) |
Retrieves string representation of current instance.
1.8.1.2