示例#1
0
 public function GetContacts()
 {
     $result = parent::GetContacts();
     if ($this->client->auth_oauth_response == SPOAuthClient::OAUTH_USER_AUTH) {
         $this->UserAuthorizationUrl = $this->client->xoauth_request_auth_url;
     }
     return $result;
 }
示例#2
0
文件: Gmail.Ext.php 项目: bilel99/oge
 public function __construct()
 {
     parent::__construct();
     $this->client->scope = "http://www-opensocial.googleusercontent.com/api/people/";
 }
示例#3
0
 public function __get($name)
 {
     return parent::__get($name);
 }