Doctrine\Common\Collections\Expr

Classes

N

Doctrine\Common\Collections\Expr

C
ClosureExpressionVisitorWalks an expression graph and turns it into a PHP closure.
C
ComparisonComparison of a field with a value by the given operator.
C
CompositeExpressionExpression of Expressions combined by AND or OR operation.
C
ExpressionVisitorAn Expression visitor walks a graph of expressions and turns them into a query for the underlying implementation.
C
Value

Interfaces

N

Doctrine\Common\Collections\Expr

I
ExpressionExpression for the {@link Selectable} interface.