users[] = $name; } public function getUsers(): array { return $this->users; } }