PHP Class AssetCreativeTemplateVariableValue, googleads-php-lib

Inheritance: extends BaseCreativeTemplateVariableValue
Afficher le fichier Open project: googleads/googleads-php-lib

Méthodes publiques

Свойство Type Description
$asset CreativeAsset
$assetByteArray base64Binary
$assetId integer
$fileName string

Méthodes publiques

Méthode Description
__construct ( $asset = null, $uniqueName = null )
__construct ( $assetId = null, $assetByteArray = null, $fileName = null, $uniqueName = null )
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

Method Details

__construct() public méthode

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

__construct() public méthode

public __construct ( $assetId = null, $assetByteArray = null, $fileName = null, $uniqueName = null )

getNamespace() public méthode

Gets the namesapce of this class
public getNamespace ( ) : string
Résultat string the namespace of this class

getXsiTypeName() public méthode

Gets the xsi:type name of this class
public getXsiTypeName ( ) : string
Résultat string the xsi:type name of this class

Property Details

$asset public_oe property

public CreativeAsset $asset
Résultat CreativeAsset

$assetByteArray public_oe property

public base64Binary $assetByteArray
Résultat base64Binary

$assetId public_oe property

public int $assetId
Résultat integer

$fileName public_oe property

public string $fileName
Résultat string