![]() |
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. | |
![]() | |
__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.