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

Наследование: extends SystemFeedGenerationData
Показать файл Открыть проект

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

Свойство Тип Описание
$businessAccountIdentifier string
$businessNameFilter string
$categoryFilters string[]
$emailAddress string
$labelFilters string[]
$oAuthInfo OAuthInfo

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

Метод Описание
__construct ( $oAuthInfo = null, $emailAddress = null, $businessAccountIdentifier = null, $businessNameFilter = null, $categoryFilters = null, $labelFilters = null, $SystemFeedGenerationDataType = null )
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

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

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

public __construct ( $oAuthInfo = null, $emailAddress = null, $businessAccountIdentifier = null, $businessNameFilter = null, $categoryFilters = null, $labelFilters = null, $SystemFeedGenerationDataType = 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

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

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

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

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

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

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

public string[] $categoryFilters
Результат string[]

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

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

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

public string[] $labelFilters
Результат string[]

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

public OAuthInfo $oAuthInfo
Результат OAuthInfo