예제 #1
0
파일: Album.php 프로젝트: johannilsson/yag
 public function current()
 {
     return new Yag_Album(parent::current());
 }
예제 #2
0
파일: Image.php 프로젝트: johannilsson/yag
 public function current()
 {
     return new Yag_Image(parent::current());
 }