Method | Description | |
---|---|---|
getObjectFieldValue ( object $object, string $field ) : mixed | Accesses the field of a given object. This field has to be public directly or indirectly (through an accessor get*, is*, or a magic method, __get, __call). | |
sortByField ( string $name, integer $orientation = 1, Closure $next = null ) : Closure | Helper for sorting arrays of objects based on multiple fields + orientations. | |
walkComparison ( |
{@inheritDoc} | |
walkCompositeExpression ( Doctrine\Common\Collections\Expr\CompositeExpression $expr ) | {@inheritDoc} | |
walkValue ( Doctrine\Common\Collections\Expr\Value $value ) | {@inheritDoc} |
Method | Description | |
---|---|---|
andExpressions ( array $expressions ) : callable | ||
orExpressions ( array $expressions ) : callable |
public walkComparison ( |
||
$comparison |
public walkCompositeExpression ( Doctrine\Common\Collections\Expr\CompositeExpression $expr ) | ||
$expr | Doctrine\Common\Collections\Expr\CompositeExpression |
public walkValue ( Doctrine\Common\Collections\Expr\Value $value ) | ||
$value | Doctrine\Common\Collections\Expr\Value |