Пример #1
0
 /**
  * Iterator interface implementation
  *
  * @group Iterator
  */
 function rewind()
 {
     $this->document->rewind();
 }