'bar', ]; /** * @noinspection MagicMethodsValidityInspection */ public function __get(mixed $key): ?string { return $this->attributes[$key] ?? null; } }