コード例 #1
0
ファイル: photo_service.php プロジェクト: vazahat/dudex
 public function countEntityPhotos($entityType, $entityId, $status = "approved")
 {
     return $this->photoDao->countEntityPhotos($entityType, $entityId, $status);
 }
コード例 #2
0
ファイル: photo_service.php プロジェクト: hardikamutech/loov
 public function countEntityPhotos($entityType, $entityId, $status = "approved", $privacy = null)
 {
     return $this->photoDao->countEntityPhotos($entityType, $entityId, $status, $privacy);
 }