PHP 클래스 Pinq\Queries\Segments\Range

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

공개 메소드들

메소드 설명
__construct ( $startParameterId, $amountParameterId )
getAmountId ( ) : string Gets the amount parameter id.
getParameters ( )
getStartId ( ) : string Gets the start parameter id.
getType ( )
traverse ( Pinq\Queries\Segments\ISegmentVisitor $visitor )

메소드 상세

__construct() 공개 메소드

public __construct ( $startParameterId, $amountParameterId )

getAmountId() 공개 메소드

Gets the amount parameter id.
public getAmountId ( ) : string
리턴 string

getParameters() 공개 메소드

public getParameters ( )

getStartId() 공개 메소드

Gets the start parameter id.
public getStartId ( ) : string
리턴 string

getType() 공개 메소드

public getType ( )

traverse() 공개 메소드

public traverse ( Pinq\Queries\Segments\ISegmentVisitor $visitor )
$visitor Pinq\Queries\Segments\ISegmentVisitor