Overrides SelectInterface::havingCondition
public function havingCondition($field, $value = NULL, $operator = '=') { $this->query ->havingCondition($field, $value, $operator); return $this; }