コード例 #1
0
ファイル: service.php プロジェクト: vazahat/dudex
 public function findTagsByCopyPhotoIdAndEntity($photoId, $entityType, $entityId)
 {
     return $this->tagDao->findByCopyPhotoIdAndEntity($photoId, $entityType, $entityId);
 }