Pinq\Providers\DSL\Compilation\Processors\RequestQueryProcessor::buildQuery PHP Метод

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

public buildQuery ( )
    public function buildQuery()
    {
        $scope = $this->scopeProcessor->buildScope();
        $request = $this->requestQuery->getRequest();
        return $this->requestQuery->update($this->processScope($scope, $request), $this->processRequest($scope, $request));
    }