public function DatabaseSchema::__clone
Implements the magic __clone function.
Archivo
- drupal-7.x/
includes/ database/ schema.inc, line 197 - Generic Database schema code.
Class
Código
public function __clone() {
$this->uniqueIdentifier = uniqid('', TRUE);
}