PHP 클래스 Pinq\Queries\Builders\Interpretations\SourceParser

상속: extends BaseParser, implements Pinq\Queries\Builders\Interpretations\ISourceParser
파일 보기 프로젝트 열기: timetoogo/pinq

보호된 프로퍼티들

프로퍼티 타입 설명
$source Pinq\Queries\Common\ISource

공개 메소드들

메소드 설명
getSource ( )
interpretArrayOrIterator ( $sourceId, $arrayOrIterator )
interpretQueryScope ( $sourceId, Pinq\Queries\Builders\Interpretations\IScopeInterpretation $scopeInterpretation )
interpretSingleValue ( $sourceId, $value )

메소드 상세

getSource() 공개 메소드

public getSource ( )

interpretArrayOrIterator() 공개 메소드

public interpretArrayOrIterator ( $sourceId, $arrayOrIterator )

interpretQueryScope() 공개 메소드

public interpretQueryScope ( $sourceId, Pinq\Queries\Builders\Interpretations\IScopeInterpretation $scopeInterpretation )
$scopeInterpretation Pinq\Queries\Builders\Interpretations\IScopeInterpretation

interpretSingleValue() 공개 메소드

public interpretSingleValue ( $sourceId, $value )

프로퍼티 상세

$source 보호되어 있는 프로퍼티

protected ISource,Pinq\Queries\Common $source
리턴 Pinq\Queries\Common\ISource