Pinq\Providers\DSL\Compilation\Processors\ScopeProcessor::buildScope PHP Метод

buildScope() публичный Метод

public buildScope ( )
    public function buildScope()
    {
        return new Queries\Scope($this->processSourceInfo($this->scope->getSourceInfo()), $this->processSegments($this->scope->getSegments()));
    }