concurrentViewers = $concurrentViewers; } public function getConcurrentViewers() { return $this->concurrentViewers; } public function setTotalChatCount($totalChatCount) { $this->totalChatCount = $totalChatCount; } public function getTotalChatCount() { return $this->totalChatCount; } }