![]() |
Antidot PHP API
version 0.16.0
##PHP API to simplify integration of Antidot components
|
Class used to group filter expressions. More...
Public Member Functions | |
| __construct ($filter_expr) | |
| Constructs new group instance. | |
| to_string () | |
| Transforms this instance in its string representation. | |
Public Member Functions inherited from AfsCombinableFilter | |
| __get ($name) | |
| Creates new combinator filter object initialized with current instance. | |
Class used to group filter expressions.
Example:
| __construct | ( | $filter_expr | ) |
Constructs new group instance.
| $filter_expr | [in] Valid filter expression. |
| to_string | ( | ) |
Transforms this instance in its string representation.
1.8.1.2