name = $name; } public function getName(): string { return $this->name; } }