Пример #1
0
 public function countConversationListByUserId($userId)
 {
     $activeModes = $this->getActiveModeList();
     return (int) $this->conversationDao->countConversationListByUserId($userId, $activeModes);
 }