示例#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);
 }