Esempio n. 1
0
 public function countEntityPhotos($entityType, $entityId, $status = "approved")
 {
     return $this->photoDao->countEntityPhotos($entityType, $entityId, $status);
 }
Esempio n. 2
0
 public function countEntityPhotos($entityType, $entityId, $status = "approved", $privacy = null)
 {
     return $this->photoDao->countEntityPhotos($entityType, $entityId, $status, $privacy);
 }