PHP Class CampaignCriterion, googleads-php-lib

Afficher le fichier Open project: googleads/googleads-php-lib Class Usage Examples

Méthodes publiques

Свойство Type Description
$CampaignCriterionType string
$baseCampaignId integer
$bidModifier double
$campaignCriterionStatus tnsCampaignCriterionCampaignCriterionStatus
$campaignId integer
$criterion Criterion
$forwardCompatibilityMap String_StringMapEntry[]
$isNegative boolean

Méthodes publiques

Méthode Description
__construct ( $campaignId = null, $isNegative = null, $criterion = null, $bidModifier = null, $baseCampaignId = null, $forwardCompatibilityMap = null, $CampaignCriterionType = null )
__construct ( $campaignId = null, $isNegative = null, $criterion = null, $bidModifier = null, $campaignCriterionStatus = null, $baseCampaignId = null, $forwardCompatibilityMap = null, $CampaignCriterionType = null )
__get ( $var ) : mixed Provided for getting non-php-standard named variables
__set ( $var, $value ) Provided for setting non-php-standard named variables
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

Méthodes protégées

Méthode Description
getParameterMap ( ) : array Provided for getting non-php-standard named variables

Method Details

__construct() public méthode

public __construct ( $campaignId = null, $isNegative = null, $criterion = null, $bidModifier = null, $baseCampaignId = null, $forwardCompatibilityMap = null, $CampaignCriterionType = null )

__construct() public méthode

public __construct ( $campaignId = null, $isNegative = null, $criterion = null, $bidModifier = null, $campaignCriterionStatus = null, $baseCampaignId = null, $forwardCompatibilityMap = null, $CampaignCriterionType = null )

__get() public méthode

Provided for getting non-php-standard named variables
public __get ( $var ) : mixed
$var Variable name to get
Résultat mixed Variable value

__set() public méthode

Provided for setting non-php-standard named variables
public __set ( $var, $value )
$var Variable name to set
$value Value to set

getNamespace() public méthode

Gets the namesapce of this class
public getNamespace ( ) : string
Résultat string the namespace of this class

getParameterMap() protected méthode

Provided for getting non-php-standard named variables
protected getParameterMap ( ) : array
Résultat array parameter map

getXsiTypeName() public méthode

Gets the xsi:type name of this class
public getXsiTypeName ( ) : string
Résultat string the xsi:type name of this class

Property Details

$CampaignCriterionType public_oe property

public string $CampaignCriterionType
Résultat string

$baseCampaignId public_oe property

public int $baseCampaignId
Résultat integer

$bidModifier public_oe property

public double $bidModifier
Résultat double

$campaignCriterionStatus public_oe property

public tnsCampaignCriterionCampaignCriterionStatus $campaignCriterionStatus
Résultat tnsCampaignCriterionCampaignCriterionStatus

$campaignId public_oe property

public int $campaignId
Résultat integer

$criterion public_oe property

public Criterion $criterion
Résultat Criterion

$forwardCompatibilityMap public_oe property

public String_StringMapEntry[] $forwardCompatibilityMap
Résultat String_StringMapEntry[]

$isNegative public_oe property

public bool $isNegative
Résultat boolean