$value) { $this->$key = $value; } } public function toArray(): array { return get_object_vars($this); } }