Example #1
0
 public function findTagsByPhotoIdAndEntity($photoId, $entityType, $entityId)
 {
     return $this->tagDao->findByPhotoIdAndEntity($photoId, $entityType, $entityId);
 }