示例#1
0
 /**
  * Counts user added clips
  *
  * @param int $userId
  * @return int
  */
 public function findUserClipsCount($userId)
 {
     return $this->clipDao->countUserClips($userId);
 }