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