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