Example #1
0
 /** {@inheritDoc} */
 public function next()
 {
     $this->initialize();
     return $this->collection->next();
 }