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

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

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

Свойство Тип Описание
$autoTaggingEnabled boolean
$canManageClients boolean
$companyName string
$conversionTrackingSettings ConversionTrackingSettings
$currencyCode string
$customerId integer
$dateTimeZone string
$descriptiveName string
$remarketingSettings RemarketingSettings
$testAccount boolean
$trackingUrlTemplate string

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

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

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

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

public __construct ( $customerId = null, $currencyCode = null, $dateTimeZone = null, $descriptiveName = null, $companyName = null, $canManageClients = null, $testAccount = null, $autoTaggingEnabled = null, $trackingUrlTemplate = null, $conversionTrackingSettings = null, $remarketingSettings = 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

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

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

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

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

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

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

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

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

public ConversionTrackingSettings $conversionTrackingSettings
Результат ConversionTrackingSettings

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

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

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

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

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

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

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

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

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

public RemarketingSettings $remarketingSettings
Результат RemarketingSettings

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

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

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

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