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

Public Member Functions

 __construct ($value=null)
 Constructor for Zend_Gdata_DublinCore_Extension_Language which Language of the resource.
 
- Public Member Functions inherited from Zend_Gdata_Extension
 __construct ()
 

Protected Attributes

 $_rootNamespace = 'dc'
 
 $_rootElement = 'language'
 
- 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.
 
- Protected Member Functions inherited from Zend_Gdata_App_Base
 takeChildFromDOM ($child)
 Given a child DOMNode, tries to determine how to map the data into object instance members.
 
 takeAttributeFromDOM ($attribute)
 Given a DOMNode representing an attribute, tries to map the data into instance members.
 
- Static Protected Attributes inherited from Zend_Gdata_App_Base
static $_namespaceLookupCache = array()
 

Constructor & Destructor Documentation

__construct (   $value = null)

Constructor for Zend_Gdata_DublinCore_Extension_Language which Language of the resource.

Parameters
DOMElement$element(optional) DOMElement from which this object should be constructed.

Member Data Documentation

$_rootElement = 'language'
protected
$_rootNamespace = 'dc'
protected