You are here

namespace Doctrine\Common\Collections\Expr in Zircon Profile 8

Same name in other branches
  1. 8.0 Doctrine\Common\Collections\Expr
Classsort descending Location Description
ClosureExpressionVisitor vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/ClosureExpressionVisitor.php Walks an expression graph and turns it into a PHP closure.
Comparison vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Comparison.php Comparison of a field with a value by the given operator.
CompositeExpression vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/CompositeExpression.php Expression of Expressions combined by AND or OR operation.
Expression vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Expression.php Expression for the {@link Selectable} interface.
ExpressionVisitor vendor/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 vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Value.php