/home/techb158/ileadtechnology.com/SSM/vendor/league/oauth1-client/src/Client/Server
NameSizeModeActions
Bitbucket.php21460644editdlrm
Magento.php50100644editdlrm
Server.php203650644editdlrm
Trello.php51590644editdlrm
Tumblr.php20640644editdlrm
Twitter.php22650644editdlrm
User.php18220644editdlrm
Uservoice.php28560644editdlrm
Xing.php23340644editdlrm
Edit: /home/techb158/ileadtechnology.com/SSM/vendor/league/oauth1-client/src/Client/Server/User.php (1822B)
{$key})) { $this->{$key} = $value; } } /** * 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($this); } }