1 select.inc public SelectQuery::havingArguments()

Implements QueryConditionInterface::havingArguments().

File

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

Class

SelectQuery
Query builder for SELECT statements.

Code

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