![]() |
Antidot PHP API
version 0.16.0
##PHP API to simplify integration of Antidot components
|
Factory class to create combinator filter objects. More...
Static Public Member Functions | |
static | create ($name, $left) |
Creates new combinator filter objects. |
Factory class to create combinator filter objects.
|
static |
Creates new combinator filter objects.
$name | [in] Name of the combinator. Allowed names are:
|
$left | [in] AfsFilter or AfsGroupFilter object. |
AfsUnknownCombinatorException | when required combinator does not exist. |