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