PHP Class CustomCreativeAsset, googleads-php-lib

ファイルを表示 Open project: googleads/googleads-php-lib

Public Properties

Property Type Description
$asset CreativeAsset
$assetByteArray base64Binary
$assetId integer
$fileName string
$fileSize integer
$macroName string

Public Methods

Method 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 method

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

__construct() public method

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

getNamespace() public method

Gets the namesapce of this class
public getNamespace ( ) : string
return string the namespace of this class

getXsiTypeName() public method

Gets the xsi:type name of this class
public getXsiTypeName ( ) : string
return string the xsi:type name of this class

Property Details

$asset public_oe property

public CreativeAsset $asset
return CreativeAsset

$assetByteArray public_oe property

public base64Binary $assetByteArray
return base64Binary

$assetId public_oe property

public int $assetId
return integer

$fileName public_oe property

public string $fileName
return string

$fileSize public_oe property

public int $fileSize
return integer

$macroName public_oe property

public string $macroName
return string