| Versionen | |
|---|---|
| drupal7 | public DatabaseCondition::__toString() |
includes/
<?php
public function __toString() {
// If the caller forgot to call compile() first, refuse to run.
if ($this->changed) {
return NULL;
}
return $this->stringVersion;
}
?>
Kommentare
Kommentar hinzufügen