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

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

public buildQuery ( )
    public function buildQuery()
    {
        $scope = $this->scopeProcessor->buildScope();
        $operation = $this->operationQuery->getOperation();
        return $this->operationQuery->update($this->processScope($scope, $operation), $this->processOperation($scope, $operation));
    }