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