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}.
Mostra file
Open project: googleads/googleads-php-lib
Public Properties
Public Methods
Method Details
__construct()
public method
public __construct ( $operand = null, $argument = null ) |
getNamespace()
public method
Gets the namesapce of this class
getXsiTypeName()
public method
Gets the xsi:type name of this class
Property Details
$argument public_oe property
public string $argument |
return |
string |
|
$operand public_oe property
public tnsWebpageConditionOperand $operand |
return |
tnsWebpageConditionOperand |
|