Pinq\Providers\DSL\Compilation\Processors\Expression\ScopeProcessor::forSubScope PHP 메소드

forSubScope() 공개 메소드

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