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