Zend_Gdata_App_BaseAbstract class for all XML elements
Located in /Gdata/App/Base.php (line 31)
| Class | Description |
|---|---|
Zend_Gdata_Gapps_Error
|
Gdata Gapps Error class. This class is used to represent errors returned within an AppsForYourDomainErrors message received from the Google Apps servers. |
Zend_Gdata_App_FeedEntryParent
|
Abstract class for common functionality in entries and feeds |
Zend_Gdata_App_Extension
|
Gdata App extensions |
array
$_extensionAttributes
= array() (line 58)
array
$_extensionElements
= array() (line 53)
array
$_namespaces
= array(
string
$_rootElement
= null (line 37)
string
$_rootNamespace
= 'atom' (line 42)
string
$_rootNamespaceURI
= null (line 48)
string
$_text
= null (line 63)
Constructor __construct (line 73)
encode (line 314)
Alias for saveXML()
Can be overridden by children to provide more complex representations of entries.
getDOM (line 169)
Retrieves a DOMElement which corresponds to this element and all child properties. This is used to build an entry back into a DOM and eventually XML text for sending to the server upon updates, or for application storage/persistence.