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

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

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

Свойство Тип Описание
$accountLabels AccountLabel[]
$canManageClients boolean
$companyName string
$currencyCode string
$customerId integer
$dateTimeZone string
$excludeHiddenAccounts boolean
$name string
$testAccount boolean

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

Метод Описание
__construct ( $name = null, $customerId = null, $canManageClients = null, $currencyCode = null, $dateTimeZone = null, $testAccount = null, $accountLabels = null, $excludeHiddenAccounts = null )
__construct ( $name = null, $companyName = null, $customerId = null, $canManageClients = null, $currencyCode = null, $dateTimeZone = null, $testAccount = null, $accountLabels = null, $excludeHiddenAccounts = null )
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

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

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

public __construct ( $name = null, $customerId = null, $canManageClients = null, $currencyCode = null, $dateTimeZone = null, $testAccount = null, $accountLabels = null, $excludeHiddenAccounts = null )

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

public __construct ( $name = null, $companyName = null, $customerId = null, $canManageClients = null, $currencyCode = null, $dateTimeZone = null, $testAccount = null, $accountLabels = null, $excludeHiddenAccounts = 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

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

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

public AccountLabel[] $accountLabels
Результат AccountLabel[]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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