function Query::__clone

Implements the magic __clone function.

1 call to Query::__clone()
SelectQuery::__clone in includes/database/select.inc
Implements the magic __clone function.
1 method overrides Query::__clone()
SelectQuery::__clone in includes/database/select.inc
Implements the magic __clone function.

File

includes/database/query.inc, line 359

Class

Query
Base class for query builders.

Code

public function __clone() {
  $this->uniqueIdentifier = uniqid('', TRUE);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.