PHP Class CreativeWrapper, googleads-php-lib

Creative wrappers must be associated with a {@link LabelType#CREATIVE_WRAPPER} label and applied to ad units by {@link AdUnit#appliedLabels}.

Exibir arquivo Open project: googleads/googleads-php-lib

Public Properties

Property Type Description
$footer CreativeWrapperHtmlSnippet
$header CreativeWrapperHtmlSnippet
$id integer
$labelId integer
$ordering tnsCreativeWrapperOrdering
$status tnsCreativeWrapperStatus

Public Methods

Method Description
__construct ( $id = null, $labelId = null, $header = null, $footer = null, $ordering = null, $status = 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 ( $id = null, $labelId = null, $header = null, $footer = null, $ordering = null, $status = 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

$header public_oe property

public CreativeWrapperHtmlSnippet $header
return CreativeWrapperHtmlSnippet

$id public_oe property

public int $id
return integer

$labelId public_oe property

public int $labelId
return integer

$ordering public_oe property

public tnsCreativeWrapperOrdering $ordering
return tnsCreativeWrapperOrdering

$status public_oe property

public tnsCreativeWrapperStatus $status
return tnsCreativeWrapperStatus