public function having($snippet, $args = array()) { $this->having ->where($snippet, $args); return $this; }