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

Public Member Functions

 __construct ($name=null, $value=null)
 
 getDOM ($doc=null, $majorVersion=1, $minorVersion=null)
 
 __toString ()
 
 getName ()
 
 setName ($value)
 
 getValue ()
 
 setValue ($value)
 
- Public Member Functions inherited from Zend_Gdata_Extension
 __construct ()
 

Protected Member Functions

 takeAttributeFromDOM ($attribute)
 

Protected Attributes

 $_rootElement = 'extendedProperty'
 
 $_name = null
 
 $_value = null
 
- Protected Attributes inherited from Zend_Gdata_Extension
 $_rootNamespace = 'gd'
 

Additional Inherited Members

- 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()
 

Constructor & Destructor Documentation

__construct (   $name = null,
  $value = null 
)

Member Function Documentation

__toString ( )
getDOM (   $doc = null,
  $majorVersion = 1,
  $minorVersion = null 
)
getName ( )
getValue ( )
setName (   $value)
setValue (   $value)
takeAttributeFromDOM (   $attribute)
protected

Member Data Documentation

$_name = null
protected
$_rootElement = 'extendedProperty'
protected
$_value = null
protected