PHP Класс CustomCreativeAsset, googleads-php-lib

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$asset CreativeAsset
$assetByteArray base64Binary
$assetId integer
$fileName string
$fileSize integer
$macroName string

Открытые методы

Метод Описание
__construct ( $macroName = null, $asset = null )
__construct ( $macroName = null, $assetId = null, $assetByteArray = null, $fileName = null, $fileSize = null )
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

Описание методов

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

public __construct ( $macroName = null, $asset = null )

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

public __construct ( $macroName = null, $assetId = null, $assetByteArray = null, $fileName = null, $fileSize = null )

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

Gets the namesapce of this class
public getNamespace ( ) : string
Результат string the namespace of this class

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

Gets the xsi:type name of this class
public getXsiTypeName ( ) : string
Результат string the xsi:type name of this class

Описание свойств

$asset публичное свойство

public CreativeAsset $asset
Результат CreativeAsset

$assetByteArray публичное свойство

public base64Binary $assetByteArray
Результат base64Binary

$assetId публичное свойство

public int $assetId
Результат integer

$fileName публичное свойство

public string $fileName
Результат string

$fileSize публичное свойство

public int $fileSize
Результат integer

$macroName публичное свойство

public string $macroName
Результат string