AdGroupBidLandscape::__construct PHP Метод

__construct() публичный Метод

public __construct ( $type = null, $landscapeCurrent = null, $campaignId = null, $adGroupId = null, $startDate = null, $endDate = null, $landscapePoints = null )
        public function __construct($type = null, $landscapeCurrent = null, $campaignId = null, $adGroupId = null, $startDate = null, $endDate = null, $landscapePoints = null)
        {
            parent::__construct();
            $this->type = $type;
            $this->landscapeCurrent = $landscapeCurrent;
            $this->campaignId = $campaignId;
            $this->adGroupId = $adGroupId;
            $this->startDate = $startDate;
            $this->endDate = $endDate;
            $this->landscapePoints = $landscapePoints;
        }