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}.
Afficher le fichier
Open project: googleads/googleads-php-lib
Méthodes publiques
Méthodes publiques
Method Details
__construct()
public méthode
public __construct ( $operand = null, $argument = null ) |
getNamespace()
public méthode
Gets the namesapce of this class
getXsiTypeName()
public méthode
Gets the xsi:type name of this class
Property Details
$argument public_oe property
public string $argument |
Résultat |
string |
|
$operand public_oe property
public tnsWebpageConditionOperand $operand |
Résultat |
tnsWebpageConditionOperand |
|