예제 #1
0
 /**
  * Returns displayed user invited events count.
  *
  * @param integer $userId
  * @return integer
  */
 public function findDisplayedUserInvitationCount($userId)
 {
     return $this->eventDao->findDisplayedUserInvitationCount($userId);
 }