Ejemplo n.º 1
0
 /**
  * Return whether the query did not yield all available results
  *
  * @return  bool
  */
 public function hasMore()
 {
     return $this->query->hasMore();
 }