/**
  * Rewind the Iterator to the first element.
  *
  * @return void
  */
 public function rewind()
 {
     return $this->baseIterator->rewind();
 }