PHP 클래스 Pinq\Queries\Segments\Ordering

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

공개 메소드들

메소드 설명
__construct ( ElementProjection $projectionFunction, $isAscendingId )
getIsAscendingId ( ) : string Gets the ascending flag parameter id.
getParameters ( ) : string[]
getProjectionFunction ( ) : ElementProjection
update ( ElementProjection $projectionFunction ) : Ordering

메소드 상세

__construct() 공개 메소드

public __construct ( ElementProjection $projectionFunction, $isAscendingId )
$projectionFunction Pinq\Queries\Functions\ElementProjection

getIsAscendingId() 공개 메소드

Gets the ascending flag parameter id.
public getIsAscendingId ( ) : string
리턴 string

getParameters() 공개 메소드

public getParameters ( ) : string[]
리턴 string[]

getProjectionFunction() 공개 메소드

public getProjectionFunction ( ) : ElementProjection
리턴 Pinq\Queries\Functions\ElementProjection

update() 공개 메소드

public update ( ElementProjection $projectionFunction ) : Ordering
$projectionFunction Pinq\Queries\Functions\ElementProjection
리턴 Ordering