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