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

Class: TargetList

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

Class Overview


Targets list abstract class (a list of a given type of targets along with their campaign ID).


Variables

Methods


Child classes:

AdScheduleTargetList
List of ad schedule targets.
DemographicTargetList
List of demographic targets.
GeoTargetList
List of geographic targets.
LanguageTargetList
List of language targets.
NetworkTargetList
List of network targets.
PlatformTargetList
List of platform targets.

Class Details

[line 6589]
Targets list abstract class (a list of a given type of targets along with their campaign ID).



[ Top ]


Class Variables

$campaignId =

[line 6594]



Tags:

access:  public

Type:   integer


[ Top ]

$TargetListType =

[line 6600]



Tags:

access:  public

Type:   string


[ Top ]



Class Methods


constructor __construct [line 6650]

TargetList __construct( [ $campaignId = NULL], [ $TargetListType = NULL])



Tags:

access:  public


Overridden in child classes as:

AdScheduleTargetList::__construct()
DemographicTargetList::__construct()
GeoTargetList::__construct()
LanguageTargetList::__construct()
NetworkTargetList::__construct()
PlatformTargetList::__construct()

Parameters:

   $campaignId  
   $TargetListType  

[ Top ]

method getNamespace [line 6638]

the getNamespace( )

Gets the namesapce of this class



Tags:

return:  namespace of this class
access:  public


Overridden in child classes as:

AdScheduleTargetList::getNamespace()
Gets the namesapce of this class
DemographicTargetList::getNamespace()
Gets the namesapce of this class
GeoTargetList::getNamespace()
Gets the namesapce of this class
LanguageTargetList::getNamespace()
Gets the namesapce of this class
NetworkTargetList::getNamespace()
Gets the namesapce of this class
PlatformTargetList::getNamespace()
Gets the namesapce of this class

[ Top ]

method getParameterMap [line 6630]

array getParameterMap( )

Provided for getting non-php-standard named variables



Tags:

return:  parameter map
access:  protected


[ Top ]

method getXsiTypeName [line 6646]

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:

AdScheduleTargetList::getXsiTypeName()
Gets the xsi:type name of this class
DemographicTargetList::getXsiTypeName()
Gets the xsi:type name of this class
GeoTargetList::getXsiTypeName()
Gets the xsi:type name of this class
LanguageTargetList::getXsiTypeName()
Gets the xsi:type name of this class
NetworkTargetList::getXsiTypeName()
Gets the xsi:type name of this class
PlatformTargetList::getXsiTypeName()
Gets the xsi:type name of this class

[ Top ]

method __get [line 6618]

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 6611]

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