/**
  * next
  *
  * @return void
  */
 public function next()
 {
     $this->collection->next();
 }