| Versionen | |
|---|---|
| drupal7 | public UpdateQuery::condition($field, $value = NULL, $operator = '=') |
includes/
<?php
public function condition($field, $value = NULL, $operator = '=') {
if (!isset($num_args)) {
$num_args = func_num_args();
}
$this->condition->condition($field, $value, $operator, $num_args);
return $this;
}
?>
Kommentare
Kommentar hinzufügen