1.20.x select.inc | public SelectQueryExtender::having($snippet, $args = array()) |
File
- includes/
database/ select.inc, line 658
Class
- SelectQueryExtender
- The base extender class for Select queries.
Code
public function having($snippet, $args = array()) {
$this->query->having($snippet, $args);
return $this;
}