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