/**
  * @return void
  */
 public function rewind()
 {
     $this->current = null;
     $this->key = 0;
     $this->query->reset();
     $this->next();
 }