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