Ejemplo n.º 1
0
 public function __construct($email = null, $oAuthInfo = null, $iconMediaId = null, $shouldSyncUrl = null, $id = null, $AdExtensionType = null)
 {
     parent::__construct();
     $this->email = $email;
     $this->oAuthInfo = $oAuthInfo;
     $this->iconMediaId = $iconMediaId;
     $this->shouldSyncUrl = $shouldSyncUrl;
     $this->id = $id;
     $this->AdExtensionType = $AdExtensionType;
 }
 public function __construct($address = null, $geoPoint = null, $encodedLocation = null, $companyName = null, $phoneNumber = null, $source = null, $iconMediaId = null, $imageMediaId = null, $id = null, $AdExtensionType = null)
 {
     parent::__construct();
     $this->address = $address;
     $this->geoPoint = $geoPoint;
     $this->encodedLocation = $encodedLocation;
     $this->companyName = $companyName;
     $this->phoneNumber = $phoneNumber;
     $this->source = $source;
     $this->iconMediaId = $iconMediaId;
     $this->imageMediaId = $imageMediaId;
     $this->id = $id;
     $this->AdExtensionType = $AdExtensionType;
 }
 public function __construct($email = NULL, $authToken = NULL, $oAuthInfo = NULL, $iconMediaId = NULL, $shouldSyncUrl = NULL, $id = NULL, $AdExtensionType = NULL)
 {
     parent::__construct();
     $this->email = $email;
     $this->authToken = $authToken;
     $this->oAuthInfo = $oAuthInfo;
     $this->iconMediaId = $iconMediaId;
     $this->shouldSyncUrl = $shouldSyncUrl;
     $this->id = $id;
     $this->AdExtensionType = $AdExtensionType;
 }
Ejemplo n.º 4
0
 public function __construct($sitelinks = null, $id = null, $AdExtensionType = null)
 {
     parent::__construct();
     $this->sitelinks = $sitelinks;
     $this->id = $id;
     $this->AdExtensionType = $AdExtensionType;
 }
 public function __construct($sitelinks = NULL, $id = NULL, $AdExtensionType = NULL)
 {
     if (get_parent_class('SitelinksExtension')) {
         parent::__construct();
     }
     $this->sitelinks = $sitelinks;
     $this->id = $id;
     $this->AdExtensionType = $AdExtensionType;
 }
 public function __construct($email = NULL, $authToken = NULL, $iconMediaId = NULL, $shouldSyncUrl = NULL, $id = NULL, $AdExtensionType = NULL)
 {
     if (get_parent_class('LocationSyncExtension')) {
         parent::__construct();
     }
     $this->email = $email;
     $this->authToken = $authToken;
     $this->iconMediaId = $iconMediaId;
     $this->shouldSyncUrl = $shouldSyncUrl;
     $this->id = $id;
     $this->AdExtensionType = $AdExtensionType;
 }