예제 #1
0
파일: LinkMany.php 프로젝트: harp-orm/core
 /**
  * Implement Iterator
  */
 public function next()
 {
     $this->current->next();
     return $this;
 }