Пример #1
0
 /**
  * Returns user's sent conversations count
  *
  * @param int $userId
  * @return int
  */
 public function getSentConversationCount($userId)
 {
     return $this->conversationDao->getSentConversationCount($userId);
 }