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

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

Открытые методы

Метод Описание
__construct ( Pinq\Providers\DSL\Compilation\Processors\IScopeProcessor $scopeProcessor, Pinq\Queries\IOperationQuery $operationQuery )
buildQuery ( )

Защищенные методы

Метод Описание
processOperation ( Pinq\Queries\IScope $scope, Pinq\Queries\IOperation $operation ) : Pinq\Queries\IOperation
processScope ( Pinq\Queries\IScope $scope, Pinq\Queries\IOperation $operation ) : Pinq\Queries\IScope

Описание методов

__construct() публичный Метод

public __construct ( Pinq\Providers\DSL\Compilation\Processors\IScopeProcessor $scopeProcessor, Pinq\Queries\IOperationQuery $operationQuery )
$scopeProcessor Pinq\Providers\DSL\Compilation\Processors\IScopeProcessor
$operationQuery Pinq\Queries\IOperationQuery

buildQuery() публичный Метод

public buildQuery ( )

processOperation() защищенный Метод

protected processOperation ( Pinq\Queries\IScope $scope, Pinq\Queries\IOperation $operation ) : Pinq\Queries\IOperation
$scope Pinq\Queries\IScope
$operation Pinq\Queries\IOperation
Результат Pinq\Queries\IOperation

processScope() защищенный Метод

protected processScope ( Pinq\Queries\IScope $scope, Pinq\Queries\IOperation $operation ) : Pinq\Queries\IScope
$scope Pinq\Queries\IScope
$operation Pinq\Queries\IOperation
Результат Pinq\Queries\IScope