next() public method

Moves the internal iterator position to the next element.
public next ( )
 /**
  * {@inheritdoc}
  */
 public function next()
 {
     return $this->collection->next();
 }