PHP 인터페이스 Pinq\Providers\DSL\Compilation\Processors\IScopeProcessor

저자: Elliot Levin ([email protected])
파일 보기 프로젝트 열기: timetoogo/pinq

공개 메소드들

메소드 설명
buildScope ( ) : Pinq\Queries\IScope
forSubScope ( Pinq\Queries\IScope $subScope ) : Pinq\Providers\DSL\Compilation\Processors\IScopeProcessor
processSource ( Pinq\Queries\Common\ISource $source ) : Pinq\Queries\Common\ISource

메소드 상세

buildScope() 공개 메소드

public buildScope ( ) : Pinq\Queries\IScope
리턴 Pinq\Queries\IScope

forSubScope() 공개 메소드

public forSubScope ( Pinq\Queries\IScope $subScope ) : Pinq\Providers\DSL\Compilation\Processors\IScopeProcessor
$subScope Pinq\Queries\IScope
리턴 Pinq\Providers\DSL\Compilation\Processors\IScopeProcessor

processSource() 공개 메소드

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