コード例 #1
0
ファイル: photo_service.php プロジェクト: vazahat/dudex
 /**
  * Counts all user uploaded photos
  *
  * @param int $userId
  * @return int
  */
 public function countUserPhotos($userId)
 {
     return $this->photoDao->countUserPhotos($userId);
 }