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