* @link https://github.com/pjmazenot/phpsolr-phpdoc
*/
/**
* (PECL solr >= 0.9.2)
* Class SolrQueryResponse
* This class represents a response to a query request.
* @link https://php.net/manual/en/class.solrqueryresponse.php
*/
final class SolrQueryResponse extends SolrResponse
{
/**
* (PECL solr >= 0.9.2)
* SolrQueryResponse constructor.
* @link https://php.net/manual/en/solrqueryresponse.construct.php
*/
public function __construct() {}
/**
* (PECL solr >= 0.9.2)
* Destructor
* @link https://php.net/manual/en/solrqueryresponse.destruct.php
*/
public function __destruct() {}
}