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