Méthode |
Description |
|
GetEntityType ( ) : string |
The type of entities which the criterion represents. |
|
GetGroupByExpressions ( ) : Expression[] |
|
|
GetOrderByExpressionsAscendingMap ( ) : SplObjectStorage |
Returns a SplObjectStorage with the an Expression to order by mapped to
a boolean representing whether or not the it is ascending. |
|
GetPredicateExpressions ( ) : Expression[] |
|
|
GetRangeAmount ( ) |
return int|null |
|
GetRangeOffset ( ) |
return int |
|
IsConstrained ( ) |
Whether or not the criterion contains any predicates. |
|
IsGrouped ( ) |
Whether or not the criterion contains any group by expressions. |
|
IsOrdered ( ) |
Whether or not the criterion contains any order by expressions. |
|
IsRanged ( ) |
Whether or not the criterion contains an offset other than zero or a limit. |
|