当前位置: 首页>>代码示例>>PHP>>正文


PHP AdWordsSoapClient::__construct方法代码示例

本文整理汇总了PHP中AdWordsSoapClient::__construct方法的典型用法代码示例。如果您正苦于以下问题:PHP AdWordsSoapClient::__construct方法的具体用法?PHP AdWordsSoapClient::__construct怎么用?PHP AdWordsSoapClient::__construct使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在AdWordsSoapClient的用法示例。


在下文中一共展示了AdWordsSoapClient::__construct方法的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。

示例1: __construct

 /**
  * Constructor using wsdl location and options array
  * @param string $wsdl WSDL location for this service
  * @param array $options Options for the SoapClient
  */
 public function __construct($wsdl = null, $options, $user)
 {
     $options["classmap"] = TrafficEstimatorService::$classmap;
     parent::__construct($wsdl, $options, $user, 'TrafficEstimatorService', 'https://adwords.google.com/api/adwords/o/v201209');
 }
开发者ID:fertandil87,项目名称:adwords-php-client,代码行数:10,代码来源:TrafficEstimatorService.php

示例2: __construct

 /**
  * Constructor using wsdl location and options array
  * @param string $wsdl WSDL location for this service
  * @param array $options Options for the SoapClient
  */
 public function __construct($wsdl = null, $options, $user)
 {
     $options["classmap"] = VideoCampaignCriterionService::$classmap;
     parent::__construct($wsdl, $options, $user, 'VideoCampaignCriterionService', 'https://adwords.google.com/api/adwords/video/v201302');
 }
开发者ID:hackzilla,项目名称:adwords,代码行数:10,代码来源:VideoCampaignCriterionService.php

示例3: __construct

 /**
  * Constructor using wsdl location and options array
  * @param string $wsdl WSDL location for this service
  * @param array $options Options for the SoapClient
  */
 public function __construct($wsdl = null, $options, $user)
 {
     $options["classmap"] = ExperimentService::$classmap;
     parent::__construct($wsdl, $options, $user, 'ExperimentService', 'https://adwords.google.com/api/adwords/cm/v201302');
 }
开发者ID:fertandil87,项目名称:adwords-php-client,代码行数:10,代码来源:ExperimentService.php

示例4: __construct

 /**
  * Constructor using wsdl location and options array
  * @param string $wsdl WSDL location for this service
  * @param array $options Options for the SoapClient
  */
 public function __construct($wsdl = null, $options, $user)
 {
     $options["classmap"] = ReportDefinitionService::$classmap;
     parent::__construct($wsdl, $options, $user, 'ReportDefinitionService', 'https://adwords.google.com/api/adwords/cm/v201209');
 }
开发者ID:fertandil87,项目名称:adwords-php-client,代码行数:10,代码来源:ReportDefinitionService.php

示例5: __construct

 /**
  * Constructor using wsdl location and options array
  * @param string $wsdl WSDL location for this service
  * @param array $options Options for the SoapClient
  */
 public function __construct($wsdl = null, $options, $user)
 {
     $options["classmap"] = CustomerSyncService::$classmap;
     parent::__construct($wsdl, $options, $user, 'CustomerSyncService', 'https://adwords.google.com/api/adwords/ch/v201309');
 }
开发者ID:bosoy83,项目名称:keywords-analyzer,代码行数:10,代码来源:CustomerSyncService.php

示例6: __construct

 /**
  * Constructor using wsdl location and options array
  * @param string $wsdl WSDL location for this service
  * @param array $options Options for the SoapClient
  */
 public function __construct($wsdl = null, $options, $user)
 {
     $options["classmap"] = ConversionTrackerService::$classmap;
     parent::__construct($wsdl, $options, $user, 'ConversionTrackerService', 'https://adwords.google.com/api/adwords/cm/v201309');
 }
开发者ID:hackzilla,项目名称:adwords,代码行数:10,代码来源:ConversionTrackerService.php

示例7: __construct

 /**
  * Constructor using wsdl location and options array
  * @param string $wsdl WSDL location for this service
  * @param array $options Options for the SoapClient
  */
 public function __construct($wsdl = null, $options, $user)
 {
     $options["classmap"] = SharedCriterionService::$classmap;
     parent::__construct($wsdl, $options, $user, 'SharedCriterionService', 'https://adwords.google.com/api/adwords/cm/v201306');
 }
开发者ID:phobik,项目名称:google-api-adwords-php,代码行数:10,代码来源:SharedCriterionService.php

示例8: __construct

 /**
  * Constructor using wsdl location and options array
  * @param string $wsdl WSDL location for this service
  * @param array $options Options for the SoapClient
  */
 public function __construct($wsdl = null, $options, $user)
 {
     $options["classmap"] = BudgetOrderService::$classmap;
     parent::__construct($wsdl, $options, $user, 'BudgetOrderService', 'https://adwords.google.com/api/adwords/billing/v201309');
 }
开发者ID:trancerr,项目名称:apiadlib,代码行数:10,代码来源:BudgetOrderService.php

示例9: __construct

 /**
  * Constructor using wsdl location and options array
  * @param string $wsdl WSDL location for this service
  * @param array $options Options for the SoapClient
  */
 public function __construct($wsdl = null, $options, $user)
 {
     $options["classmap"] = AlertService::$classmap;
     parent::__construct($wsdl, $options, $user, 'AlertService', 'https://adwords.google.com/api/adwords/mcm/v201206');
 }
开发者ID:fertandil87,项目名称:adwords-php-client,代码行数:10,代码来源:AlertService.php

示例10: __construct

 /**
  * Constructor using wsdl location and options array
  * @param string $wsdl WSDL location for this service
  * @param array $options Options for the SoapClient
  */
 public function __construct($wsdl = null, $options, $user)
 {
     $options["classmap"] = ManagedCustomerService::$classmap;
     parent::__construct($wsdl, $options, $user, 'ManagedCustomerService', 'https://adwords.google.com/api/adwords/mcm/v201302');
 }
开发者ID:hackzilla,项目名称:adwords,代码行数:10,代码来源:ManagedCustomerService.php

示例11: __construct

 /**
  * Constructor using wsdl location and options array
  * @param string $wsdl WSDL location for this service
  * @param array $options Options for the SoapClient
  */
 public function __construct($wsdl = null, $options, $user)
 {
     $options["classmap"] = BiddingStrategyService::$classmap;
     parent::__construct($wsdl, $options, $user, 'BiddingStrategyService', 'https://adwords.google.com/api/adwords/cm/v201306');
 }
开发者ID:phobik,项目名称:google-api-adwords-php,代码行数:10,代码来源:BiddingStrategyService.php

示例12: __construct

 /**
  * Constructor using wsdl location and options array
  * @param string $wsdl WSDL location for this service
  * @param array $options Options for the SoapClient
  */
 public function __construct($wsdl = null, $options, $user)
 {
     $options["classmap"] = PromotionService::$classmap;
     parent::__construct($wsdl, $options, $user, 'PromotionService', 'https://adwords.google.com/api/adwords/express/v201309');
 }
开发者ID:trancerr,项目名称:apiadlib,代码行数:10,代码来源:PromotionService.php

示例13: __construct

 /**
  * Constructor using wsdl location and options array
  * @param string $wsdl WSDL location for this service
  * @param array $options Options for the SoapClient
  */
 public function __construct($wsdl = null, $options, $user)
 {
     $options["classmap"] = AdwordsUserListService::$classmap;
     parent::__construct($wsdl, $options, $user, 'AdwordsUserListService', 'https://adwords.google.com/api/adwords/rm/v201309');
 }
开发者ID:bosoy83,项目名称:keywords-analyzer,代码行数:10,代码来源:AdwordsUserListService.php

示例14: __construct

 /**
  * Constructor using wsdl location and options array
  * @param string $wsdl WSDL location for this service
  * @param array $options Options for the SoapClient
  */
 public function __construct($wsdl = null, $options, $user)
 {
     $options["classmap"] = InfoService::$classmap;
     parent::__construct($wsdl, $options, $user, 'InfoService', 'https://adwords.google.com/api/adwords/info/v201209');
 }
开发者ID:fertandil87,项目名称:adwords-php-client,代码行数:10,代码来源:InfoService.php

示例15: __construct

 /**
  * Constructor using wsdl location and options array
  * @param string $wsdl WSDL location for this service
  * @param array $options Options for the SoapClient
  */
 public function __construct($wsdl = null, $options, $user)
 {
     $options["classmap"] = CampaignSharedSetService::$classmap;
     parent::__construct($wsdl, $options, $user, 'CampaignSharedSetService', 'https://adwords.google.com/api/adwords/cm/v201309');
 }
开发者ID:hackzilla,项目名称:adwords,代码行数:10,代码来源:CampaignSharedSetService.php


注:本文中的AdWordsSoapClient::__construct方法示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。