PHP 인터페이스 Pinq\Queries\Builders\ISourceInterpreter

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

공개 메소드들

메소드 설명
getInterpretation ( ) : Pinq\Queries\Builders\Interpretations\ISourceInterpretation Gets the source interpretation
interpretSource ( Expression $expression ) : void Interprets the supplied source expression.

메소드 상세

getInterpretation() 공개 메소드

Gets the source interpretation
public getInterpretation ( ) : Pinq\Queries\Builders\Interpretations\ISourceInterpretation
리턴 Pinq\Queries\Builders\Interpretations\ISourceInterpretation

interpretSource() 공개 메소드

Interprets the supplied source expression.
public interpretSource ( Expression $expression ) : void
$expression Pinq\Expressions\Expression
리턴 void