Example #1
0
 public function __construct($campaignId = null, $adGroupId = null, $startDate = null, $endDate = null, $landscapePoints = null, $DataEntryType = null)
 {
     parent::__construct();
     $this->campaignId = $campaignId;
     $this->adGroupId = $adGroupId;
     $this->startDate = $startDate;
     $this->endDate = $endDate;
     $this->landscapePoints = $landscapePoints;
     $this->DataEntryType = $DataEntryType;
 }
 public function __construct($levelOfDetail = null, $DataEntryType = null)
 {
     parent::__construct();
     $this->levelOfDetail = $levelOfDetail;
     $this->DataEntryType = $DataEntryType;
 }
 public function __construct($campaignId = NULL, $adGroupId = NULL, $startDate = NULL, $endDate = NULL, $landscapePoints = NULL, $DataEntryType = NULL)
 {
     if (get_parent_class('BidLandscape')) {
         parent::__construct();
     }
     $this->campaignId = $campaignId;
     $this->adGroupId = $adGroupId;
     $this->startDate = $startDate;
     $this->endDate = $endDate;
     $this->landscapePoints = $landscapePoints;
     $this->DataEntryType = $DataEntryType;
 }