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


PHP Ad::__construct方法代码示例

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


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

示例1: __construct

 public function __construct($promotionLine = null, $id = null, $url = null, $displayUrl = null, $finalUrls = null, $finalMobileUrls = null, $trackingUrlTemplate = null, $urlCustomParameters = null, $devicePreference = null, $AdType = null)
 {
     parent::__construct();
     $this->promotionLine = $promotionLine;
     $this->id = $id;
     $this->url = $url;
     $this->displayUrl = $displayUrl;
     $this->finalUrls = $finalUrls;
     $this->finalMobileUrls = $finalMobileUrls;
     $this->trackingUrlTemplate = $trackingUrlTemplate;
     $this->urlCustomParameters = $urlCustomParameters;
     $this->devicePreference = $devicePreference;
     $this->AdType = $AdType;
 }
开发者ID:anton-github,项目名称:google-adwords-api-light,代码行数:14,代码来源:ProductAd.php

示例2: __construct

 public function __construct($markupLanguages = null, $mobileCarriers = null, $image = null, $id = null, $url = null, $displayUrl = null, $finalUrls = null, $finalMobileUrls = null, $trackingUrlTemplate = null, $urlCustomParameters = null, $devicePreference = null, $AdType = null)
 {
     parent::__construct();
     $this->markupLanguages = $markupLanguages;
     $this->mobileCarriers = $mobileCarriers;
     $this->image = $image;
     $this->id = $id;
     $this->url = $url;
     $this->displayUrl = $displayUrl;
     $this->finalUrls = $finalUrls;
     $this->finalMobileUrls = $finalMobileUrls;
     $this->trackingUrlTemplate = $trackingUrlTemplate;
     $this->urlCustomParameters = $urlCustomParameters;
     $this->devicePreference = $devicePreference;
     $this->AdType = $AdType;
 }
开发者ID:anton-github,项目名称:google-adwords-api-light,代码行数:16,代码来源:MobileImageAd.php

示例3: __construct

 public function __construct($image = null, $name = null, $adToCopyImageFrom = null, $id = null, $url = null, $displayUrl = null, $finalUrls = null, $finalMobileUrls = null, $trackingUrlTemplate = null, $urlCustomParameters = null, $devicePreference = null, $AdType = null)
 {
     parent::__construct();
     $this->image = $image;
     $this->name = $name;
     $this->adToCopyImageFrom = $adToCopyImageFrom;
     $this->id = $id;
     $this->url = $url;
     $this->displayUrl = $displayUrl;
     $this->finalUrls = $finalUrls;
     $this->finalMobileUrls = $finalMobileUrls;
     $this->trackingUrlTemplate = $trackingUrlTemplate;
     $this->urlCustomParameters = $urlCustomParameters;
     $this->devicePreference = $devicePreference;
     $this->AdType = $AdType;
 }
开发者ID:anton-github,项目名称:google-adwords-api-light,代码行数:16,代码来源:ImageAd.php

示例4: __construct

 public function __construct($headline = null, $description1 = null, $description2 = null, $id = null, $url = null, $displayUrl = null, $finalUrls = null, $finalMobileUrls = null, $finalAppUrls = null, $trackingUrlTemplate = null, $urlCustomParameters = null, $devicePreference = null, $AdType = null)
 {
     parent::__construct();
     $this->headline = $headline;
     $this->description1 = $description1;
     $this->description2 = $description2;
     $this->id = $id;
     $this->url = $url;
     $this->displayUrl = $displayUrl;
     $this->finalUrls = $finalUrls;
     $this->finalMobileUrls = $finalMobileUrls;
     $this->finalAppUrls = $finalAppUrls;
     $this->trackingUrlTemplate = $trackingUrlTemplate;
     $this->urlCustomParameters = $urlCustomParameters;
     $this->devicePreference = $devicePreference;
     $this->AdType = $AdType;
 }
开发者ID:nediam,项目名称:adwords-lib,代码行数:17,代码来源:TextAd.php

示例5: __construct

 public function __construct($marketingImage = null, $logoImage = null, $shortHeadline = null, $longHeadline = null, $description = null, $businessName = null, $id = null, $url = null, $displayUrl = null, $finalUrls = null, $finalMobileUrls = null, $finalAppUrls = null, $trackingUrlTemplate = null, $urlCustomParameters = null, $type = null, $devicePreference = null, $AdType = null)
 {
     parent::__construct();
     $this->marketingImage = $marketingImage;
     $this->logoImage = $logoImage;
     $this->shortHeadline = $shortHeadline;
     $this->longHeadline = $longHeadline;
     $this->description = $description;
     $this->businessName = $businessName;
     $this->id = $id;
     $this->url = $url;
     $this->displayUrl = $displayUrl;
     $this->finalUrls = $finalUrls;
     $this->finalMobileUrls = $finalMobileUrls;
     $this->finalAppUrls = $finalAppUrls;
     $this->trackingUrlTemplate = $trackingUrlTemplate;
     $this->urlCustomParameters = $urlCustomParameters;
     $this->type = $type;
     $this->devicePreference = $devicePreference;
     $this->AdType = $AdType;
 }
开发者ID:sonicgd,项目名称:google-adwords-api-light,代码行数:21,代码来源:ResponsiveDisplayAd.php

示例6: __construct

 public function __construct($templateId = null, $adUnionId = null, $templateElements = null, $adAsImage = null, $dimensions = null, $name = null, $duration = null, $originAdId = null, $id = null, $url = null, $displayUrl = null, $finalUrls = null, $finalMobileUrls = null, $trackingUrlTemplate = null, $urlCustomParameters = null, $devicePreference = null, $AdType = null)
 {
     parent::__construct();
     $this->templateId = $templateId;
     $this->adUnionId = $adUnionId;
     $this->templateElements = $templateElements;
     $this->adAsImage = $adAsImage;
     $this->dimensions = $dimensions;
     $this->name = $name;
     $this->duration = $duration;
     $this->originAdId = $originAdId;
     $this->id = $id;
     $this->url = $url;
     $this->displayUrl = $displayUrl;
     $this->finalUrls = $finalUrls;
     $this->finalMobileUrls = $finalMobileUrls;
     $this->trackingUrlTemplate = $trackingUrlTemplate;
     $this->urlCustomParameters = $urlCustomParameters;
     $this->devicePreference = $devicePreference;
     $this->AdType = $AdType;
 }
开发者ID:anton-github,项目名称:google-adwords-api-light,代码行数:21,代码来源:TemplateAd.php

示例7: __construct

 public function __construct($name = null, $dimensions = null, $snippet = null, $impressionBeaconUrl = null, $adDuration = null, $certifiedVendorFormatId = null, $sourceUrl = null, $richMediaAdType = null, $adAttributes = null, $id = null, $url = null, $displayUrl = null, $finalUrls = null, $finalMobileUrls = null, $trackingUrlTemplate = null, $urlCustomParameters = null, $devicePreference = null, $AdType = null)
 {
     parent::__construct();
     $this->name = $name;
     $this->dimensions = $dimensions;
     $this->snippet = $snippet;
     $this->impressionBeaconUrl = $impressionBeaconUrl;
     $this->adDuration = $adDuration;
     $this->certifiedVendorFormatId = $certifiedVendorFormatId;
     $this->sourceUrl = $sourceUrl;
     $this->richMediaAdType = $richMediaAdType;
     $this->adAttributes = $adAttributes;
     $this->id = $id;
     $this->url = $url;
     $this->displayUrl = $displayUrl;
     $this->finalUrls = $finalUrls;
     $this->finalMobileUrls = $finalMobileUrls;
     $this->trackingUrlTemplate = $trackingUrlTemplate;
     $this->urlCustomParameters = $urlCustomParameters;
     $this->devicePreference = $devicePreference;
     $this->AdType = $AdType;
 }
开发者ID:anton-github,项目名称:google-adwords-api-light,代码行数:22,代码来源:RichMediaAd.php

示例8: __construct

 public function __construct($countryCode = null, $phoneNumber = null, $businessName = null, $description1 = null, $description2 = null, $callTracked = null, $disableCallConversion = null, $conversionTypeId = null, $phoneNumberVerificationUrl = null, $id = null, $url = null, $displayUrl = null, $finalUrls = null, $finalMobileUrls = null, $finalAppUrls = null, $trackingUrlTemplate = null, $urlCustomParameters = null, $type = null, $devicePreference = null, $AdType = null)
 {
     parent::__construct();
     $this->countryCode = $countryCode;
     $this->phoneNumber = $phoneNumber;
     $this->businessName = $businessName;
     $this->description1 = $description1;
     $this->description2 = $description2;
     $this->callTracked = $callTracked;
     $this->disableCallConversion = $disableCallConversion;
     $this->conversionTypeId = $conversionTypeId;
     $this->phoneNumberVerificationUrl = $phoneNumberVerificationUrl;
     $this->id = $id;
     $this->url = $url;
     $this->displayUrl = $displayUrl;
     $this->finalUrls = $finalUrls;
     $this->finalMobileUrls = $finalMobileUrls;
     $this->finalAppUrls = $finalAppUrls;
     $this->trackingUrlTemplate = $trackingUrlTemplate;
     $this->urlCustomParameters = $urlCustomParameters;
     $this->type = $type;
     $this->devicePreference = $devicePreference;
     $this->AdType = $AdType;
 }
开发者ID:sonicgd,项目名称:google-adwords-api-light,代码行数:24,代码来源:CallOnlyAd.php

示例9: __construct

 public function __construct($description1 = NULL, $description2 = NULL, $id = NULL, $url = NULL, $displayUrl = NULL, $devicePreference = NULL, $disapprovalReasons = NULL, $AdType = NULL)
 {
     parent::__construct();
     $this->description1 = $description1;
     $this->description2 = $description2;
     $this->id = $id;
     $this->url = $url;
     $this->displayUrl = $displayUrl;
     $this->devicePreference = $devicePreference;
     $this->disapprovalReasons = $disapprovalReasons;
     $this->AdType = $AdType;
 }
开发者ID:bosoy83,项目名称:keywords-analyzer,代码行数:12,代码来源:AdGroupAdService.php

示例10: __construct

 public function __construct($templateId = NULL, $adUnionId = NULL, $templateElements = NULL, $dimensions = NULL, $name = NULL, $duration = NULL, $id = NULL, $url = NULL, $displayUrl = NULL, $disapprovalReasons = NULL, $AdType = NULL)
 {
     parent::__construct();
     $this->templateId = $templateId;
     $this->adUnionId = $adUnionId;
     $this->templateElements = $templateElements;
     $this->dimensions = $dimensions;
     $this->name = $name;
     $this->duration = $duration;
     $this->id = $id;
     $this->url = $url;
     $this->displayUrl = $displayUrl;
     $this->disapprovalReasons = $disapprovalReasons;
     $this->AdType = $AdType;
 }
开发者ID:fertandil87,项目名称:adwords-php-client,代码行数:15,代码来源:AdGroupAdService.php

示例11: __construct

 public function __construct($headline = null, $description = null, $markupLanguages = null, $mobileCarriers = null, $businessName = null, $countryCode = null, $phoneNumber = null, $id = null, $url = null, $displayUrl = null, $finalUrls = null, $finalMobileUrls = null, $trackingUrlTemplate = null, $urlCustomParameters = null, $devicePreference = null, $AdType = null)
 {
     parent::__construct();
     $this->headline = $headline;
     $this->description = $description;
     $this->markupLanguages = $markupLanguages;
     $this->mobileCarriers = $mobileCarriers;
     $this->businessName = $businessName;
     $this->countryCode = $countryCode;
     $this->phoneNumber = $phoneNumber;
     $this->id = $id;
     $this->url = $url;
     $this->displayUrl = $displayUrl;
     $this->finalUrls = $finalUrls;
     $this->finalMobileUrls = $finalMobileUrls;
     $this->trackingUrlTemplate = $trackingUrlTemplate;
     $this->urlCustomParameters = $urlCustomParameters;
     $this->devicePreference = $devicePreference;
     $this->AdType = $AdType;
 }
开发者ID:anton-github,项目名称:google-adwords-api-light,代码行数:20,代码来源:MobileAd.php

示例12: __construct

 public function __construct($templateId = NULL, $adUnionId = NULL, $templateElements = NULL, $dimensions = NULL, $name = NULL, $duration = NULL, $id = NULL, $url = NULL, $displayUrl = NULL, $approvalStatus = NULL, $disapprovalReasons = NULL, $trademarkDisapproved = NULL, $AdType = NULL)
 {
     if (get_parent_class('TemplateAd')) {
         parent::__construct();
     }
     $this->templateId = $templateId;
     $this->adUnionId = $adUnionId;
     $this->templateElements = $templateElements;
     $this->dimensions = $dimensions;
     $this->name = $name;
     $this->duration = $duration;
     $this->id = $id;
     $this->url = $url;
     $this->displayUrl = $displayUrl;
     $this->approvalStatus = $approvalStatus;
     $this->disapprovalReasons = $disapprovalReasons;
     $this->trademarkDisapproved = $trademarkDisapproved;
     $this->AdType = $AdType;
 }
开发者ID:sambavade,项目名称:google-api-adwords-php,代码行数:19,代码来源:AdGroupAdService.php

示例13: __construct

 public function __construct(array $values)
 {
     parent::__construct($values);
     $this->organization_form_id = 0;
 }
开发者ID:gorvic,项目名称:L12,代码行数:5,代码来源:Individual.php

示例14: __construct

 public function __construct($description1 = NULL, $description2 = NULL, $id = NULL, $url = NULL, $displayUrl = NULL, $disapprovalReasons = NULL, $AdType = NULL)
 {
     if (get_parent_class('DynamicSearchAd')) {
         parent::__construct();
     }
     $this->description1 = $description1;
     $this->description2 = $description2;
     $this->id = $id;
     $this->url = $url;
     $this->displayUrl = $displayUrl;
     $this->disapprovalReasons = $disapprovalReasons;
     $this->AdType = $AdType;
 }
开发者ID:fertandil87,项目名称:adwords-php-client,代码行数:13,代码来源:MutateJobService.php

示例15:

 function __construct($ad = NULL)
 {
     parent::__construct($ad);
 }
开发者ID:nakuzm,项目名称:Ads12,代码行数:4,代码来源:AdCompany.php


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