/**
  * {@inheritdoc}
  */
 public function rewind()
 {
     $this->iterator->rewind();
     parent::rewind();
 }