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