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