GoogleApiAdsAdWords
[ class tree: GoogleApiAdsAdWords ] [ index: GoogleApiAdsAdWords ] [ all elements ]

Class: Criterion

Source Location: /AdWords/v200909/cm/BulkMutateJobService.php

Class Overview


Represents a criterion (such as a keyword, placement, or vertical).


Variables

Methods


Child classes:

Keyword
Represents a keyword.
Placement
A placement used for modifying bids for sites when targeting the content network.
ContentLabel
Content Label for category exclusion.

Class Details

[line 2601]
Represents a criterion (such as a keyword, placement, or vertical).



[ Top ]


Class Variables

$CriterionType =

[line 2612]



Tags:

access:  public

Type:   string


[ Top ]

$id =

[line 2606]



Tags:

access:  public

Type:   integer


[ Top ]



Class Methods


constructor __construct [line 2662]

Criterion __construct( [ $id = NULL], [ $CriterionType = NULL])



Tags:

access:  public


Overridden in child classes as:

Keyword::__construct()
Placement::__construct()
ContentLabel::__construct()

Parameters:

   $id  
   $CriterionType  

[ Top ]

method getNamespace [line 2650]

the getNamespace( )

Gets the namesapce of this class



Tags:

return:  namespace of this class
access:  public


Overridden in child classes as:

Keyword::getNamespace()
Gets the namesapce of this class
Placement::getNamespace()
Gets the namesapce of this class
ContentLabel::getNamespace()
Gets the namesapce of this class

[ Top ]

method getParameterMap [line 2642]

array getParameterMap( )

Provided for getting non-php-standard named variables



Tags:

return:  parameter map
access:  protected


[ Top ]

method getXsiTypeName [line 2658]

the getXsiTypeName( )

Gets the xsi:type name of this class



Tags:

return:  xsi:type name of this class
access:  public


Overridden in child classes as:

Keyword::getXsiTypeName()
Gets the xsi:type name of this class
Placement::getXsiTypeName()
Gets the xsi:type name of this class
ContentLabel::getXsiTypeName()
Gets the xsi:type name of this class

[ Top ]

method __get [line 2630]

mixed __get( $var $var)

Provided for getting non-php-standard named variables



Tags:

return:  Variable value
access:  public


Parameters:

$var   $var   Variable name to get.

[ Top ]

method __set [line 2623]

void __set( $var $var, $value $value)

Provided for setting non-php-standard named variables



Tags:

access:  public


Parameters:

$var   $var   Variable name to set
$value   $value   Value to set

[ Top ]


Documentation generated by phpDocumentor 1.4.3