PHP Класс 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}.

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

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

Свойство Тип Описание
$footer CreativeWrapperHtmlSnippet
$header CreativeWrapperHtmlSnippet
$id integer
$labelId integer
$ordering tnsCreativeWrapperOrdering
$status tnsCreativeWrapperStatus

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

Метод Описание
__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

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

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

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

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

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

public CreativeWrapperHtmlSnippet $header
Результат CreativeWrapperHtmlSnippet

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

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

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

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

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

public tnsCreativeWrapperOrdering $ordering
Результат tnsCreativeWrapperOrdering

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

public tnsCreativeWrapperStatus $status
Результат tnsCreativeWrapperStatus