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

Displays a feed
Автор: Electric Function, Inc.
Наследование: extends Front_Controller
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$attributes FeedAttribute[]
$id integer
$name string
$origin tnsFeedOrigin
$status tnsFeedStatus
$systemFeedGenerationData SystemFeedGenerationData

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

Метод Описание
__construct ( $id = null, $name = null, $attributes = null, $status = null, $origin = null, $systemFeedGenerationData = 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, $attributes = null, $status = null, $origin = null, $systemFeedGenerationData = 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

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

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

public FeedAttribute[] $attributes
Результат FeedAttribute[]

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

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

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

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

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

public tnsFeedOrigin $origin
Результат tnsFeedOrigin

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

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

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

public SystemFeedGenerationData $systemFeedGenerationData
Результат SystemFeedGenerationData