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

Class: AdExtension

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

Class Overview


Base class for AdExtension objects. An AdExtension is an extension to an existing ad or metadata that will process into an extension.


Variables

Methods


Child classes:

LocationExtension
Location based ad extension.

Class Details

[line 140]
Base class for AdExtension objects. An AdExtension is an extension to an existing ad or metadata that will process into an extension.

The class is concrete, so ad extensions can be added/removed to campaigns by referring to the id.




[ Top ]


Class Variables

$AdExtensionType =

[line 151]



Tags:

access:  public

Type:   string


[ Top ]

$id =

[line 145]



Tags:

access:  public

Type:   integer


[ Top ]



Class Methods


constructor __construct [line 201]

AdExtension __construct( [ $id = NULL], [ $AdExtensionType = NULL])



Tags:

access:  public


Overridden in child classes as:

LocationExtension::__construct()

Parameters:

   $id  
   $AdExtensionType  

[ Top ]

method getNamespace [line 189]

the getNamespace( )

Gets the namesapce of this class



Tags:

return:  namespace of this class
access:  public


Overridden in child classes as:

LocationExtension::getNamespace()
Gets the namesapce of this class

[ Top ]

method getParameterMap [line 181]

array getParameterMap( )

Provided for getting non-php-standard named variables



Tags:

return:  parameter map
access:  protected


[ Top ]

method getXsiTypeName [line 197]

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:

LocationExtension::getXsiTypeName()
Gets the xsi:type name of this class

[ Top ]

method __get [line 169]

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

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