Esempio n. 1
0
 /**
  * Rewind the Iterator to the first element
  * @return void Any returned value is ignored.
  */
 public function rewind()
 {
     $this->leftReader->rewind();
     $this->rightReader->rewind();
 }