PHP Класс CreativeTemplate, googleads-php-lib

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

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

Свойство Тип Описание
$description string
$id integer
$isInterstitial boolean
$isNativeEligible boolean
$name string
$snippet string
$status tnsCreativeTemplateStatus
$type tnsCreativeTemplateType
$variables CreativeTemplateVariable[]

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

Метод Описание
__construct ( $id = null, $name = null, $description = null, $variables = null, $snippet = null, $status = null, $type = null, $isInterstitial = null, $isNativeEligible = null )
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

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

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

public __construct ( $id = null, $name = null, $description = null, $variables = null, $snippet = null, $status = null, $type = null, $isInterstitial = null, $isNativeEligible = 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

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

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

public string $description
Результат string

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

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

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

public bool $isInterstitial
Результат boolean

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

public bool $isNativeEligible
Результат boolean

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

public string $name
Результат string

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

public string $snippet
Результат string

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

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

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

public tnsCreativeTemplateType $type
Результат tnsCreativeTemplateType

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

public CreativeTemplateVariable[] $variables
Результат CreativeTemplateVariable[]