Example #1
0
 /**
  * Implementation of Iterator interface.
  */
 function rewind()
 {
     $this->_iterator->rewind();
 }