public function __unserialize(array $data) : void { foreach ($data as $key => $value) { $this->{$key} = $value; } }