Пример #1
0
 /**
  * Return whether this query does not return all available entries from its result
  *
  * @return  bool
  */
 public function hasLimit()
 {
     return $this->query->hasLimit();
 }