Pinq\Providers\DSL\Compilation\Processors\OperationQueryProcessor::processScope PHP Method

processScope() protected method

protected processScope ( Pinq\Queries\IScope $scope, Pinq\Queries\IOperation $operation ) : Pinq\Queries\IScope
$scope Pinq\Queries\IScope
$operation Pinq\Queries\IOperation
return Pinq\Queries\IScope
    protected function processScope(Queries\IScope $scope, Queries\IOperation $operation)
    {
        return $scope;
    }