Example #1
0
 /**
  * Get the next cursor value.
  *
  * @return mixed
  */
 public function getNext()
 {
     return $this->query->next();
 }