PHP 인터페이스 Storm\Core\Object\ICriterion

저자: Elliot Levin ([email protected])
파일 보기 프로젝트 열기: timetoogo/penumbra 0 사용 예제들

공개 메소드들

메소드 설명
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 ( )