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