Ejemplo n.º 1
0
 /**
  * Whether a limit is set
  *
  * @return bool
  */
 public function hasLimit()
 {
     return $this->query->hasLimit();
 }