PHP Интерфейс Storm\Core\Object\ICriterion

Автор: Elliot Levin ([email protected])
Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
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.

Описание методов

GetEntityType() публичный Метод

The type of entities which the criterion represents.
public GetEntityType ( ) : string
Результат string

GetGroupByExpressions() публичный Метод

public GetGroupByExpressions ( ) : Expression[]
Результат Storm\Core\Object\Expressions\Expression[]

GetOrderByExpressionsAscendingMap() публичный Метод

Returns a SplObjectStorage with the an Expression to order by mapped to a boolean representing whether or not the it is ascending.
public GetOrderByExpressionsAscendingMap ( ) : SplObjectStorage
Результат SplObjectStorage

GetPredicateExpressions() публичный Метод

public GetPredicateExpressions ( ) : Expression[]
Результат Storm\Core\Object\Expressions\Expression[]

GetRangeAmount() публичный Метод

return int|null
public GetRangeAmount ( )

GetRangeOffset() публичный Метод

return int
public GetRangeOffset ( )

IsConstrained() публичный Метод

return boolean
public IsConstrained ( )

IsGrouped() публичный Метод

return boolean
public IsGrouped ( )

IsOrdered() публичный Метод

return boolean
public IsOrdered ( )

IsRanged() публичный Метод

return boolean
public IsRanged ( )