![]() |
Antidot PHP API
version 0.16.0
##PHP API to simplify integration of Antidot components
|
Combinator class for and combination. More...
Public Member Functions | |
| __construct ($left) | |
| Constructs new instance of AfsOrCombinatorFilter. | |
Public Member Functions inherited from AfsBaseCombinatorFilter | |
| __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. | |
Combinator class for and combination.
| __construct | ( | $left | ) |
Constructs new instance of AfsOrCombinatorFilter.
| $left | [in] AfsFilter or AfsGroupFilter used for the combination. |
1.8.1.2