Pinq\Providers\DSL\Compilation\Processors\Expression\ScopeProcessor::forSubScope PHP Méthode

forSubScope() public méthode

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