1 select.inc public SelectQueryExtender::havingArguments()

File

core/includes/database/select.inc, line 652

Class

SelectQueryExtender
The base extender class for Select queries.

Code

public function havingArguments() {
  return $this->query->havingArguments();
}