| Versionen | |
|---|---|
| drupal7 | public SelectQueryExtender::addJoin($type, $table, $alias = NULL, $condition = NULL, $arguments = array()) |
includes/
<?php
public function addJoin($type, $table, $alias = NULL, $condition = NULL, $arguments = array()) {
return $this->query->addJoin($type, $table, $alias, $condition, $arguments);
}
?>
Kommentare
Kommentar hinzufügen