count = $count; } public function getCount() { return $this->count; } public function setEvent($event) { $this->event = $event; } public function getEvent() { return $this->event; } public function setPlatform($platform) { $this->platform = $platform; } public function getPlatform() { return $this->platform; } }