You are here

function Solr_Base_Query::__clone in Apache Solr Search 5.2

Same name and namespace in other branches
  1. 6 Solr_Base_Query.php \Solr_Base_Query::__clone()
  2. 6.2 Solr_Base_Query.php \Solr_Base_Query::__clone()

File

./Solr_Base_Query.php, line 152

Class

Solr_Base_Query

Code

function __clone() {
  $this->id = ++self::$idCount;
}