public function add(Event ...$events) : void { foreach ($events as $event) { $this->events[] = $event; } }