time_ms = $time_ms; $this->events = $events; } public function get_events(): array { return $this->events; } public function get_time_ms(): int { return $this->time_ms; } }