Пример #1
0
 /**
  * Iterate to next item
  *
  * @group Iterator
  */
 function next()
 {
     $this->document->next();
 }