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

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

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

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

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

Метод Описание
processRequest ( Pinq\Queries\IScope $scope, Pinq\Queries\IRequest $request ) : Pinq\Queries\IRequest
processScope ( Pinq\Queries\IScope $scope, Pinq\Queries\IRequest $request ) : Pinq\Queries\IScope

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

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

public __construct ( Pinq\Providers\DSL\Compilation\Processors\IScopeProcessor $scopeProcessor, Pinq\Queries\IRequestQuery $requestQuery )
$scopeProcessor Pinq\Providers\DSL\Compilation\Processors\IScopeProcessor
$requestQuery Pinq\Queries\IRequestQuery

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

public buildQuery ( )

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

protected processRequest ( Pinq\Queries\IScope $scope, Pinq\Queries\IRequest $request ) : Pinq\Queries\IRequest
$scope Pinq\Queries\IScope
$request Pinq\Queries\IRequest
Результат Pinq\Queries\IRequest

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

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