/home/techb158/ileadtechnology.com/vendor/league/oauth1-client/src/Server
NameSizeModeActions
Bitbucket.php21320644editdlrm
Magento.php51090644editdlrm
Server.php214850644editdlrm
Trello.php51880644editdlrm
Tumblr.php22590644editdlrm
Twitter.php41340644editdlrm
User.php20340644editdlrm
Uservoice.php28180644editdlrm
Xing.php23390644editdlrm
Edit: /home/techb158/ileadtechnology.com/vendor/league/oauth1-client/src/Server/User.php (2034B)
{$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)); } }