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

A condition is defined as {@code operand OP argument} where {@code operand} is one of the values enumerated in {@link WebpageConditionOperand}, and, based on this value, {@code OP} is either of {@code EQUALS} or {@code CONTAINS}.

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

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

Свойство Тип Описание
$argument string
$operand tnsWebpageConditionOperand

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

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

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

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

public __construct ( $operand = null, $argument = 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

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

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

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

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

public tnsWebpageConditionOperand $operand
Результат tnsWebpageConditionOperand