PHP Class 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}.

Show file Open project: googleads/googleads-php-lib

Public Properties

Property Type Description
$argument string
$operand tnsWebpageConditionOperand

Public Methods

Method Description
__construct ( $operand = null, $argument = null )
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

Method Details

__construct() public method

public __construct ( $operand = null, $argument = null )

getNamespace() public method

Gets the namesapce of this class
public getNamespace ( ) : string
return string the namespace of this class

getXsiTypeName() public method

Gets the xsi:type name of this class
public getXsiTypeName ( ) : string
return string the xsi:type name of this class

Property Details

$argument public property

public string $argument
return string

$operand public property

public tnsWebpageConditionOperand $operand
return tnsWebpageConditionOperand