/** * Returns true / false depending if the current object * contains selects. * * @return bool */ public function hasSelects() { return $this->query->hasSelects(); }