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

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

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

Свойство Тип Описание
$keyId integer
$operator tnsCustomCriteriaComparisonOperator
$valueIds integer[]

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

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

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

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

public __construct ( $keyId = null, $valueIds = null, $operator = 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

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

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

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

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

public tnsCustomCriteriaComparisonOperator $operator
Результат tnsCustomCriteriaComparisonOperator

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

public integer[] $valueIds
Результат integer[]