Pinq\Providers\DSL\Compilation\Processors\Expression\ScopeProcessor::forSubScope PHP Method

forSubScope() public method

public forSubScope ( Pinq\Queries\IScope $subScope )
$subScope Pinq\Queries\IScope
    public function forSubScope(Queries\IScope $subScope)
    {
        return new self($subScope, $this->expressionProcessor);
    }