/** * This method rewinds the iterator. * * @access public * @final */ public final function rewind() { $this->iterator->rewind(); }