PHP Класс Pinq\Providers\DSL\Compilation\Processors\ScopeProcessor

Автор: Elliot Levin ([email protected])
Наследование: implements Pinq\Providers\DSL\Compilation\Processors\IScopeProcessor
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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