HasDestinationUrlCreative::__construct PHP Метод

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

public __construct ( $destinationUrl = null, $destinationUrlType = null, $advertiserId = null, $id = null, $name = null, $size = null, $previewUrl = null, $policyViolations = null, $appliedLabels = null, $lastModifiedDateTime = null, $customFieldValues = null )
        public function __construct($destinationUrl = null, $destinationUrlType = null, $advertiserId = null, $id = null, $name = null, $size = null, $previewUrl = null, $policyViolations = null, $appliedLabels = null, $lastModifiedDateTime = null, $customFieldValues = null)
        {
            parent::__construct();
            $this->destinationUrl = $destinationUrl;
            $this->destinationUrlType = $destinationUrlType;
            $this->advertiserId = $advertiserId;
            $this->id = $id;
            $this->name = $name;
            $this->size = $size;
            $this->previewUrl = $previewUrl;
            $this->policyViolations = $policyViolations;
            $this->appliedLabels = $appliedLabels;
            $this->lastModifiedDateTime = $lastModifiedDateTime;
            $this->customFieldValues = $customFieldValues;
        }

Usage Example

 public function __construct($flashName = NULL, $flashByteArray = NULL, $flashAssetId = NULL, $fallbackImageName = NULL, $fallbackImageByteArray = NULL, $fallbackImageAssetId = NULL, $requiredFlashVersion = NULL, $width = NULL, $height = NULL, $topPosition = NULL, $leftPosition = NULL, $displayTimeInSecond = NULL, $thirdPartyImpressionTracker = NULL, $destinationUrl = NULL, $advertiserId = NULL, $id = NULL, $name = NULL, $size = NULL, $previewUrl = NULL, $appliedLabels = NULL, $lastModifiedDateTime = NULL, $customFieldValues = NULL, $CreativeType = NULL)
 {
     parent::__construct();
     $this->flashName = $flashName;
     $this->flashByteArray = $flashByteArray;
     $this->flashAssetId = $flashAssetId;
     $this->fallbackImageName = $fallbackImageName;
     $this->fallbackImageByteArray = $fallbackImageByteArray;
     $this->fallbackImageAssetId = $fallbackImageAssetId;
     $this->requiredFlashVersion = $requiredFlashVersion;
     $this->width = $width;
     $this->height = $height;
     $this->topPosition = $topPosition;
     $this->leftPosition = $leftPosition;
     $this->displayTimeInSecond = $displayTimeInSecond;
     $this->thirdPartyImpressionTracker = $thirdPartyImpressionTracker;
     $this->destinationUrl = $destinationUrl;
     $this->advertiserId = $advertiserId;
     $this->id = $id;
     $this->name = $name;
     $this->size = $size;
     $this->previewUrl = $previewUrl;
     $this->appliedLabels = $appliedLabels;
     $this->lastModifiedDateTime = $lastModifiedDateTime;
     $this->customFieldValues = $customFieldValues;
     $this->CreativeType = $CreativeType;
 }
All Usage Examples Of HasDestinationUrlCreative::__construct