data[$key] = $parts; return $this; } public function toArray(): array { return $this->data; } }