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