PHP Class CustomCreativeAsset, googleads-php-lib

Afficher le fichier Open project: googleads/googleads-php-lib

Méthodes publiques

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

Méthodes publiques

Méthode Description
__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

Method Details

__construct() public méthode

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

__construct() public méthode

public __construct ( $macroName = null, $assetId = null, $assetByteArray = null, $fileName = null, $fileSize = 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

$fileSize public_oe property

public int $fileSize
Résultat integer

$macroName public_oe property

public string $macroName
Résultat string