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