BaseRichMediaStudioCreative::__construct PHP Метод

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

public __construct ( $studioCreativeId = null, $creativeFormat = null, $artworkType = null, $totalFileSize = null, $adTagKeys = null, $customKeyValues = null, $surveyUrl = null, $allImpressionsUrl = null, $richMediaImpressionsUrl = null, $backupImageImpressionsUrl = null, $overrideCss = null, $requiredFlashPluginVersion = null, $duration = null, $billingAttribute = null, $richMediaStudioChildAssetProperties = null, $sslScanResult = null, $sslManualOverride = null, $advertiserId = null, $id = null, $name = null, $size = null, $previewUrl = null, $policyViolations = null, $appliedLabels = null, $lastModifiedDateTime = null, $customFieldValues = null )
        public function __construct($studioCreativeId = null, $creativeFormat = null, $artworkType = null, $totalFileSize = null, $adTagKeys = null, $customKeyValues = null, $surveyUrl = null, $allImpressionsUrl = null, $richMediaImpressionsUrl = null, $backupImageImpressionsUrl = null, $overrideCss = null, $requiredFlashPluginVersion = null, $duration = null, $billingAttribute = null, $richMediaStudioChildAssetProperties = null, $sslScanResult = null, $sslManualOverride = null, $advertiserId = null, $id = null, $name = null, $size = null, $previewUrl = null, $policyViolations = null, $appliedLabels = null, $lastModifiedDateTime = null, $customFieldValues = null)
        {
            parent::__construct();
            $this->studioCreativeId = $studioCreativeId;
            $this->creativeFormat = $creativeFormat;
            $this->artworkType = $artworkType;
            $this->totalFileSize = $totalFileSize;
            $this->adTagKeys = $adTagKeys;
            $this->customKeyValues = $customKeyValues;
            $this->surveyUrl = $surveyUrl;
            $this->allImpressionsUrl = $allImpressionsUrl;
            $this->richMediaImpressionsUrl = $richMediaImpressionsUrl;
            $this->backupImageImpressionsUrl = $backupImageImpressionsUrl;
            $this->overrideCss = $overrideCss;
            $this->requiredFlashPluginVersion = $requiredFlashPluginVersion;
            $this->duration = $duration;
            $this->billingAttribute = $billingAttribute;
            $this->richMediaStudioChildAssetProperties = $richMediaStudioChildAssetProperties;
            $this->sslScanResult = $sslScanResult;
            $this->sslManualOverride = $sslManualOverride;
            $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

Пример #1
0
 public function __construct($isInterstitial = null, $studioCreativeId = null, $creativeFormat = null, $artworkType = null, $totalFileSize = null, $adTagKeys = null, $customKeyValues = null, $surveyUrl = null, $allImpressionsUrl = null, $richMediaImpressionsUrl = null, $backupImageImpressionsUrl = null, $overrideCss = null, $requiredFlashPluginVersion = null, $duration = null, $billingAttribute = null, $richMediaStudioChildAssetProperties = null)
 {
     parent::__construct();
     $this->isInterstitial = $isInterstitial;
     $this->studioCreativeId = $studioCreativeId;
     $this->creativeFormat = $creativeFormat;
     $this->artworkType = $artworkType;
     $this->totalFileSize = $totalFileSize;
     $this->adTagKeys = $adTagKeys;
     $this->customKeyValues = $customKeyValues;
     $this->surveyUrl = $surveyUrl;
     $this->allImpressionsUrl = $allImpressionsUrl;
     $this->richMediaImpressionsUrl = $richMediaImpressionsUrl;
     $this->backupImageImpressionsUrl = $backupImageImpressionsUrl;
     $this->overrideCss = $overrideCss;
     $this->requiredFlashPluginVersion = $requiredFlashPluginVersion;
     $this->duration = $duration;
     $this->billingAttribute = $billingAttribute;
     $this->richMediaStudioChildAssetProperties = $richMediaStudioChildAssetProperties;
 }
All Usage Examples Of BaseRichMediaStudioCreative::__construct