hasSelects() public method

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