code}~{$this->value}"; if ($this->quantity > 1) { $str .= "*{$this->quantity}"; } return $str; } public function __toString(): string { return $this->toString(); } }