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

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