/home/techb158/immovalet.com/vendor/league/oauth1-client/src/Server
NameSizeModeActions
Bitbucket.php21320644editdlrm
Magento.php51090644editdlrm
Server.php214850644editdlrm
Trello.php51880644editdlrm
Tumblr.php22590644editdlrm
Twitter.php22230644editdlrm
User.php20050644editdlrm
Uservoice.php28180644editdlrm
Xing.php23390644editdlrm
Edit: /home/techb158/immovalet.com/vendor/league/oauth1-client/src/Server/User.php (2005B)
{$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 */ public function getIterator() { return new ArrayIterator(get_object_vars($this)); } }