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

An AdCustomizerFeed is a view of a regular Feed, but with some simplifications intended to support the most common use cases.

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

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

Свойство Тип Описание
$feedAttributes AdCustomizerFeedAttribute[]
$feedId integer
$feedName string
$feedStatus tnsFeedStatus

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

Метод Описание
__construct ( $feedId = null, $feedName = null, $feedStatus = null, $feedAttributes = null )
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

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

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

public __construct ( $feedId = null, $feedName = null, $feedStatus = null, $feedAttributes = 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

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

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

public AdCustomizerFeedAttribute[] $feedAttributes
Результат AdCustomizerFeedAttribute[]

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

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

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

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

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

public tnsFeedStatus $feedStatus
Результат tnsFeedStatus