$name = $value; } } public function __isset(string $name): bool { return isset($this->$name); } }