PHP 클래스 Pinq\Queries\Segments\Operation

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

공개 메소드들

메소드 설명
__construct ( $operationType, Pinq\Queries\Common\ISource $source )
getOperationType ( ) : integer
getParameters ( )
getSource ( ) : Pinq\Queries\Common\ISource
getType ( )
isValid ( $operationType )
traverse ( Pinq\Queries\Segments\ISegmentVisitor $visitor )
update ( integer $operationType, Pinq\Queries\Common\ISource $source ) : Operation
updateSource ( Pinq\Queries\Common\ISource $source ) : Operation

메소드 상세

__construct() 공개 메소드

public __construct ( $operationType, Pinq\Queries\Common\ISource $source )
$source Pinq\Queries\Common\ISource

getOperationType() 공개 메소드

public getOperationType ( ) : integer
리턴 integer

getParameters() 공개 메소드

public getParameters ( )

getSource() 공개 메소드

public getSource ( ) : Pinq\Queries\Common\ISource
리턴 Pinq\Queries\Common\ISource

getType() 공개 메소드

public getType ( )

isValid() 최종 공개 정적인 메소드

final public static isValid ( $operationType )

traverse() 공개 메소드

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

update() 공개 메소드

public update ( integer $operationType, Pinq\Queries\Common\ISource $source ) : Operation
$operationType integer
$source Pinq\Queries\Common\ISource
리턴 Operation

updateSource() 공개 메소드

public updateSource ( Pinq\Queries\Common\ISource $source ) : Operation
$source Pinq\Queries\Common\ISource
리턴 Operation