コード例 #1
0
ファイル: photo_service.php プロジェクト: vazahat/dudex
 public function findEntityPhotoList($entityType, $entityId, $first, $count, $status = "approved")
 {
     return $this->photoDao->findEntityPhotoList($entityType, $entityId, $first, $count, $status);
 }