public function Query::__clone

Implements the magic __clone function.

1 method overrides Query::__clone()
Select::__clone in drupal/core/lib/Drupal/Core/Database/Query/Select.php
Implements the magic __clone function.

File

drupal/core/lib/Drupal/Core/Database/Query/Query.php, line 103
Definition of Drupal\Core\Database\Query\Query

Class

Query
Base class for query builders.

Namespace

Drupal\Core\Database\Query

Code

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