![]() |
Antidot PHP API
version 0.16.0
##PHP API to simplify integration of Antidot components
|
Base class for combinable elements. More...
Public Member Functions | |
__get ($name) | |
Creates new combinator filter object initialized with current instance. |
Base class for combinable elements.
Combinable elements are element which can be combined with specific combinator filter object such as: AfsAndCombinatorFilter and AfsOrCombinatorFilter.
__get | ( | $name | ) |
Creates new combinator filter object initialized with current instance.
$name | [in] Combinator name. Available values are:
|
AfsUnknownCombinatorException | required combinator does not exist. |