Ejemplo n.º 1
0
 /**
  * Counts all user uploaded photos
  *
  * @param int $userId
  * @return int
  */
 public function countUserPhotos($userId)
 {
     return $this->photoDao->countUserPhotos($userId);
 }