Exemplo n.º 1
0
 /**
  * Returns user's inbox conversations count
  *
  * @param int $userId
  * @return int
  */
 public function getInboxConversationCount($userId)
 {
     return $this->conversationDao->getInboxConversationCount($userId);
 }