コード例 #1
0
ファイル: LinkMany.php プロジェクト: harp-orm/core
 /**
  * Implement Iterator
  */
 public function next()
 {
     $this->current->next();
     return $this;
 }