| Versionen | |
|---|---|
| drupal7 | public SelectQueryExtender::__clone() |
includes/
<?php
public function __clone() {
// We need to deep-clone the query we're wrapping, which in turn may
// deep-clone other objects. Exciting!
$this->query = clone($this->query);
}
?>
Kommentare
Kommentar hinzufügen