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