Esempio n. 1
0
 /**
  * Implement Iterator
  */
 public function next()
 {
     $this->current->next();
     return $this;
 }