コード例 #1
0
ファイル: Gdata.php プロジェクト: conectapb/sysagroweb
 /**
  * Create Gdata object
  *
  * @param Zend_Http_Client $client
  * @param string $applicationId The identity of the app in the form of
  *          Company-AppName-Version
  */
 public function __construct($client = null, $applicationId = 'MyCompany-MyApp-1.0')
 {
     parent::__construct($client, $applicationId);
 }
コード例 #2
0
ファイル: Gdata.php プロジェクト: dalinhuang/popo
 /**
  * Create Gdata object
  *
  * @param Zend_Http_Client $client
  */
 public function __construct($client = null)
 {
     parent::__construct($client);
 }