function DatabaseSchema::__clone
Implements the magic __clone function.
File
-
includes/
database/ schema.inc, line 208
Class
- DatabaseSchema
- Base class for database schema definitions.
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.