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