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