芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/vendor/league/oauth1-client/src/Server/User.php
{$key})) { $this->{$key} = $value; } } /** * Tells if a property is set. * * @param string $key * * @return bool */ public function __isset($key) { return isset($this->{$key}); } /** * Get a property from the user. * * @param string $key * * @return mixed */ public function __get($key) { if (isset($this->{$key})) { return $this->{$key}; } } /** * @inheritDoc */ #[\ReturnTypeWillChange] public function getIterator() { return new ArrayIterator(get_object_vars($this)); } }