events[] = $event; } public function releaseEvents(): array { $events = $this->events; $this->events = []; return $events; } }