| Versionen | |
|---|---|
| drupal7 | public SelectQuery::range($start = NULL, $length = NULL) |
includes/
<?php
public function range($start = NULL, $length = NULL) {
$this->range = func_num_args() ? array('start' => $start, 'length' => $length) : array();
return $this;
}
?>
Kommentare
Kommentar hinzufügen