ClosureExpressionVisitor |
lib/doctrine/collections/lib/Doctrine/Common/Collections/Expr/ClosureExpressionVisitor.php |
Walks an expression graph and turns it into a PHP closure. |
Comparison |
lib/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Comparison.php |
Comparison of a field with a value by the given operator. |
CompositeExpression |
lib/doctrine/collections/lib/Doctrine/Common/Collections/Expr/CompositeExpression.php |
Expression of Expressions combined by AND or OR operation. |
Expression |
lib/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Expression.php |
Expression for the {@link Selectable} interface. |
ExpressionVisitor |
lib/doctrine/collections/lib/Doctrine/Common/Collections/Expr/ExpressionVisitor.php |
An Expression visitor walks a graph of expressions and turns them into a
query for the underlying implementation. |
Value |
lib/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Value.php |
|