$data) { foreach($data as $key => $value) { $this->Properties[$property][$key] = $value; } } } public function __toString(): string { return json_encode($this, JSON_PRETTY_PRINT); } }