$value) { $this->$property = $value; } $this->all = $raw_details; } /** * Returns json string representation. * * @internal this class should implement Stringable explicitly when leaving support for PHP verision < 8.0 */ public function __toString(): string { return json_encode($this); } }