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

It has a special field used to indicate that the current map should be cleared and replaced with this new map.
Показать файл Открыть проект

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

Свойство Тип Описание
$doReplace boolean
$parameters CustomParameter[]

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

Метод Описание
__construct ( $parameters = null, $doReplace = null )
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

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

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

public __construct ( $parameters = null, $doReplace = 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

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

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

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

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

public CustomParameter[] $parameters
Результат CustomParameter[]