Zend Framework  1.12
Protected Member Functions | Protected Attributes | List of all members
Zend_Gdata_Analytics_Extension_Metric Class Reference

Protected Member Functions

 takeAttributeFromDOM ($attribute)
 
- Protected Member Functions inherited from Zend_Gdata_Analytics_Extension_Property
 takeAttributeFromDOM ($attribute)
 Given a DOMNode representing an attribute, tries to map the data into instance members.
 

Protected Attributes

 $_rootNamespace = 'ga'
 
 $_rootElement = 'metric'
 
 $_value = null
 
 $_name = null
 
- Protected Attributes inherited from Zend_Gdata_Analytics_Extension_Property
 $_rootNamespace = 'ga'
 
 $_rootElement = 'property'
 
 $_value = null
 
 $_name = null
 
- Protected Attributes inherited from Zend_Gdata_Extension
 $_rootNamespace = 'gd'
 

Additional Inherited Members

- Public Member Functions inherited from Zend_Gdata_Analytics_Extension_Property
 __construct ($value=null, $name=null)
 Constructs a new Zend_Gdata_Calendar_Extension_Timezone object.
 
 getValue ()
 Get the value for this element's value attribute.
 
 setValue ($value)
 Set the value for this element's value attribute.
 
 setName ($name)
 
 getName ()
 
 __toString ()
 Magic toString method allows using this directly via echo Works best in PHP >= 4.2.0.
 
- Static Public Member Functions inherited from Zend_Gdata_App_Base
static flushNamespaceLookupCache ()
 Flush namespace lookup cache.
 
- Static Protected Attributes inherited from Zend_Gdata_App_Base
static $_namespaceLookupCache = array()
 

Member Function Documentation

takeAttributeFromDOM (   $attribute)
protected

Member Data Documentation

$_name = null
protected
$_rootElement = 'metric'
protected
$_rootNamespace = 'ga'
protected
$_value = null
protected