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

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

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

Свойство Тип Описание
$applicationName string
$clientCustomerId string
$developerToken string
$networkCode string
$partialFailure boolean
$userAgent string
$validateOnly boolean

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

Метод Описание
__construct ( $networkCode = null, $applicationName = null )
__construct ( $clientCustomerId = null, $developerToken = null, $userAgent = null, $validateOnly = null, $partialFailure = null )
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

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

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

public __construct ( $networkCode = null, $applicationName = null )

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

public __construct ( $clientCustomerId = null, $developerToken = null, $userAgent = null, $validateOnly = null, $partialFailure = 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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