public function DatabaseSchema::__clone

public DatabaseSchema::__clone()

Implements the magic __clone function.

File

includes/database/schema.inc, line 200
Generic Database schema code.

Class

DatabaseSchema

Code

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

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/includes!database!schema.inc/function/DatabaseSchema::__clone/7.x