Pinq\Providers\DSL\Compilation\Processors\RequestQueryProcessor::processScope PHP Метод

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
    protected function processScope(Queries\IScope $scope, Queries\IRequest $request)
    {
        return $scope;
    }