本文整理匯總了PHP中DfpSoapClient類的典型用法代碼示例。如果您正苦於以下問題:PHP DfpSoapClient類的具體用法?PHP DfpSoapClient怎麽用?PHP DfpSoapClient使用的例子?那麽, 這裏精選的類代碼示例或許可以為您提供幫助。
在下文中一共展示了DfpSoapClient類的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"] = LineItemCreativeAssociationService::$classmap;
parent::__construct($wsdl, $options, $user, 'LineItemCreativeAssociationService', 'https://www.google.com/apis/ads/publisher/v201108');
}
示例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"] = CreativeWrapperService::$classmap;
parent::__construct($wsdl, $options, $user, 'CreativeWrapperService', 'https://www.google.com/apis/ads/publisher/v201302');
}
示例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"] = NetworkService::$classmap;
parent::__construct($wsdl, $options, $user, 'NetworkService', 'https://www.google.com/apis/ads/publisher/v201108');
}
示例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"] = ProposalLineItemService::$classmap;
parent::__construct($wsdl, $options, $user, 'ProposalLineItemService', 'https://www.google.com/apis/ads/publisher/v201306');
}
示例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"] = ReconciliationReportRowService::$classmap;
parent::__construct($wsdl, $options, $user, 'ReconciliationReportRowService', 'https://www.google.com/apis/ads/publisher/v201306');
}
示例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"] = ThirdPartySlotService::$classmap;
parent::__construct($wsdl, $options, $user, 'ThirdPartySlotService', 'https://www.google.com/apis/ads/publisher/v201201');
}
示例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"] = UserTeamAssociationService::$classmap;
parent::__construct($wsdl, $options, $user, 'UserTeamAssociationService', 'https://www.google.com/apis/ads/publisher/v201311');
}
示例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"] = RateCardCustomizationService::$classmap;
parent::__construct($wsdl, $options, $user, 'RateCardCustomizationService', 'https://www.google.com/apis/ads/publisher/v201306');
}
示例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"] = ContentMetadataKeyHierarchyService::$classmap;
parent::__construct($wsdl, $options, $user, 'ContentMetadataKeyHierarchyService', 'https://www.google.com/apis/ads/publisher/v201311');
}
示例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"] = AudienceSegmentService::$classmap;
parent::__construct($wsdl, $options, $user, 'AudienceSegmentService', 'https://www.google.com/apis/ads/publisher/v201208');
}
示例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"] = SuggestedAdUnitService::$classmap;
parent::__construct($wsdl, $options, $user, 'SuggestedAdUnitService', 'https://www.google.com/apis/ads/publisher/v201203');
}
示例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"] = ActivityGroupService::$classmap;
parent::__construct($wsdl, $options, $user, 'ActivityGroupService', 'https://www.google.com/apis/ads/publisher/v201306');
}
示例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"] = LineItemTemplateService::$classmap;
parent::__construct($wsdl, $options, $user, 'LineItemTemplateService', 'https://www.google.com/apis/ads/publisher/v201311');
}
示例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"] = CustomFieldService::$classmap;
parent::__construct($wsdl, $options, $user, 'CustomFieldService', 'https://www.google.com/apis/ads/publisher/v201204');
}
示例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"] = PublisherQueryLanguageService::$classmap;
parent::__construct($wsdl, $options, $user, 'PublisherQueryLanguageService', 'https://www.google.com/apis/ads/publisher/v201111');
}