芝麻web文件管理V1.00
编辑当前文件:/home/paymbalq/www/wp-content/plugins/loginizer/lib/hybridauth/Thirdparty/OAuth/OAuthConsumer.php
key = $key; $this->secret = $secret; $this->callback_url = $callback_url; } /** * @return string */ public function __toString() { return "OAuthConsumer[key=$this->key,secret=$this->secret]"; } }