PHP 클래스 Pinq\Providers\DSL\Compilation\Processors\ScopeProcessor

저자: Elliot Levin ([email protected])
상속: implements Pinq\Providers\DSL\Compilation\Processors\IScopeProcessor
파일 보기 프로젝트 열기: timetoogo/pinq

보호된 프로퍼티들

프로퍼티 타입 설명
$scope Pinq\Queries\IScope

공개 메소드들

메소드 설명
__construct ( Pinq\Queries\IScope $scope )
buildScope ( )

보호된 메소드들

메소드 설명
processSegments ( array $segments ) : Pinq\Queries\ISegment[]
processSourceInfo ( Pinq\Queries\ISourceInfo $sourceInfo ) : Pinq\Queries\ISourceInfo

메소드 상세

__construct() 공개 메소드

public __construct ( Pinq\Queries\IScope $scope )
$scope Pinq\Queries\IScope

buildScope() 공개 메소드

public buildScope ( )

processSegments() 보호된 메소드

protected processSegments ( array $segments ) : Pinq\Queries\ISegment[]
$segments array
리턴 Pinq\Queries\ISegment[]

processSourceInfo() 보호된 메소드

protected processSourceInfo ( Pinq\Queries\ISourceInfo $sourceInfo ) : Pinq\Queries\ISourceInfo
$sourceInfo Pinq\Queries\ISourceInfo
리턴 Pinq\Queries\ISourceInfo

프로퍼티 상세

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

protected IScope,Pinq\Queries $scope
리턴 Pinq\Queries\IScope