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

Class: Estimate

Source Location: /AdWords/v201008/o/TrafficEstimatorService.php

Class Overview


Abstract class representing an reply to an EstimateRequest.


Variables

Methods


Child classes:

KeywordEstimate
Represents the traffic estimate result for a single keyword.
AdGroupEstimate
Represents the estimate results for a single ad group.
CampaignEstimate
Represents the estimate results for a single campaign.

Class Details

[line 3300]
Abstract class representing an reply to an EstimateRequest.



[ Top ]


Class Variables

$EstimateType =

[line 3305]



Tags:

access:  public

Type:   string


[ Top ]



Class Methods


constructor __construct [line 3355]

Estimate __construct( [ $EstimateType = NULL])



Tags:

access:  public


Overridden in child classes as:

KeywordEstimate::__construct()
AdGroupEstimate::__construct()
CampaignEstimate::__construct()

Parameters:

   $EstimateType  

[ Top ]

method getNamespace [line 3343]

the getNamespace( )

Gets the namesapce of this class



Tags:

return:  namespace of this class
access:  public


Overridden in child classes as:

KeywordEstimate::getNamespace()
Gets the namesapce of this class
AdGroupEstimate::getNamespace()
Gets the namesapce of this class
CampaignEstimate::getNamespace()
Gets the namesapce of this class

[ Top ]

method getParameterMap [line 3335]

array getParameterMap( )

Provided for getting non-php-standard named variables



Tags:

return:  parameter map
access:  protected


[ Top ]

method getXsiTypeName [line 3351]

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:

KeywordEstimate::getXsiTypeName()
Gets the xsi:type name of this class
AdGroupEstimate::getXsiTypeName()
Gets the xsi:type name of this class
CampaignEstimate::getXsiTypeName()
Gets the xsi:type name of this class

[ Top ]

method __get [line 3323]

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

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