Moodle  2.2.1
http://www.collinsharper.com
Zend_Gdata_App_Base Class Reference
Inheritance diagram for Zend_Gdata_App_Base:

Public Member Functions

 __construct ()
 getText ($trim=true)
 setText ($value)
 getExtensionElements ()
 setExtensionElements ($value)
 getExtensionAttributes ()
 setExtensionAttributes ($value)
 getDOM ($doc=null, $majorVersion=1, $minorVersion=null)
 transferFromDOM ($node)
 transferFromXML ($xml)
 saveXML ()
 getXML ()
 encode ()
 lookupNamespace ($prefix, $majorVersion=1, $minorVersion=null)
 registerNamespace ($prefix, $namespaceUri, $majorVersion=1, $minorVersion=0)
 registerAllNamespaces ($namespaceArray)
 __get ($name)
 __set ($name, $val)
 __isset ($name)
 __unset ($name)
 __toString ()

Static Public Member Functions

static flushNamespaceLookupCache ()

Protected Member Functions

 takeChildFromDOM ($child)
 takeAttributeFromDOM ($attribute)

Protected Attributes

 $_rootElement = null
 $_rootNamespace = 'atom'
 $_rootNamespaceURI = null
 $_extensionElements = array()
 $_extensionAttributes = array()
 $_text = null
 $_namespaces

Static Protected Attributes

static $_namespaceLookupCache = array()

Detailed Description

Definition at line 38 of file Base.php.


Constructor & Destructor Documentation


Member Function Documentation

__get ( name)

Magic getter to allow access like $entry->foo to call $entry->getFoo() Alternatively, if no getFoo() is defined, but a $_foo protected variable is defined, this is returned.

TODO Remove ability to bypass getFoo() methods??

Parameters:
string$nameThe variable name sought

Reimplemented in Zend_Gdata_App_FeedSourceParent, and Zend_Gdata_App_Feed.

Definition at line 475 of file Base.php.

__isset ( name)

Magic __isset method

Parameters:
string$name

Definition at line 520 of file Base.php.

__set ( name,
val 
)

Magic setter to allow acces like $entry->foo='bar' to call $entry->setFoo('bar') automatically.

Alternatively, if no setFoo() is defined, but a $_foo protected variable is defined, this is returned.

TODO Remove ability to bypass getFoo() methods??

Parameters:
string$name
string$value

Definition at line 501 of file Base.php.

__unset ( name)

Magic __unset method

Parameters:
string$name

Definition at line 550 of file Base.php.

encode ( )

Alias for saveXML()

Can be overridden by children to provide more complex representations of entries.

Returns:
string Encoded string content

Reimplemented in Zend_Gdata_App_MediaEntry.

Definition at line 352 of file Base.php.

Here is the call graph for this function:

static flushNamespaceLookupCache ( ) [static]

Flush namespace lookup cache.

Empties the namespace lookup cache. Call this function if you have added data to the namespace lookup table that contradicts values that may have been cached during a previous call to lookupNamespace().

Definition at line 442 of file Base.php.

getDOM ( doc = null,
majorVersion = 1,
minorVersion = null 
)

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.

Parameters:
DOMDocument$docThe DOMDocument used to construct DOMElements
Returns:
DOMElement The DOMElement representing this element and all child properties.

Reimplemented in Zend_Gdata_YouTube_UserProfileEntry, Zend_Gdata_Photos_PhotoEntry, Zend_Gdata_Exif_Extension_Tags, Zend_Gdata_Photos_AlbumEntry, Zend_Gdata_App_FeedEntryParent, Zend_Gdata_Media_Extension_MediaGroup, Zend_Gdata_YouTube_VideoEntry, Zend_Gdata_Gapps_Error, Zend_Gdata_Photos_UserFeed, Zend_Gdata_YouTube_SubscriptionEntry, Zend_Gdata_Photos_UserEntry, Zend_Gdata_Gapps_Extension_Login, Zend_Gdata_Books_VolumeEntry, Zend_Gdata_Media_Extension_MediaContent, Zend_Gdata_Photos_PhotoFeed, Zend_Gdata_App_FeedSourceParent, Zend_Gdata_Photos_AlbumFeed, Zend_Gdata_App_Entry, Zend_Gdata_Gapps_UserEntry, Zend_Gdata_YouTube_Extension_Statistics, Zend_Gdata_YouTube_PlaylistListEntry, Zend_Gdata_YouTube_Extension_MediaGroup, Zend_Gdata_YouTube_InboxEntry, Zend_Gdata_Kind_EventEntry, Zend_Gdata_Photos_CommentEntry, Zend_Gdata_YouTube_ActivityEntry, Zend_Gdata_Gapps_EmailListEntry, Zend_Gdata_Feed, Zend_Gdata_Gapps_NicknameEntry, Zend_Gdata_Spreadsheets_Extension_Cell, Zend_Gdata_App_Feed, Zend_Gdata_Extension_Who, Zend_Gdata_Media_Extension_MediaText, Zend_Gdata_Media_Extension_MediaThumbnail, Zend_Gdata_YouTube_Extension_MediaCredit, Zend_Gdata_Calendar_ListEntry, Zend_Gdata_Gapps_Extension_Name, Zend_Gdata_Gapps_EmailListRecipientEntry, Zend_Gdata_Spreadsheets_CellFeed, Zend_Gdata_Photos_TagEntry, Zend_Gdata_Exif_Entry, Zend_Gdata_Media_Extension_MediaPlayer, Zend_Gdata_Geo_Extension_GeoRssWhere, Zend_Gdata_Geo_Extension_GmlPoint, Zend_Gdata_YouTube_ContactEntry, Zend_Gdata_Health_ProfileEntry, Zend_Gdata_Extension_RecurrenceException, Zend_Gdata_Gapps_Extension_EmailList, Zend_Gdata_Gapps_Extension_Quota, Zend_Gdata_Gbase_Entry, Zend_Gdata_Media_Entry, Zend_Gdata_Gapps_Extension_Nickname, Zend_Gdata_Media_Extension_MediaCredit, Zend_Gdata_Media_Extension_MediaRestriction, Zend_Gdata_YouTube_Extension_MediaRating, Zend_Gdata_Extension_Rating, Zend_Gdata_Health_Extension_Ccr, Zend_Gdata_YouTube_PlaylistVideoEntry, Zend_Gdata_Calendar_EventEntry, Zend_Gdata_Spreadsheets_WorksheetEntry, Zend_Gdata_Media_Extension_MediaCategory, Zend_Gdata_YouTube_Extension_State, Zend_Gdata_Books_Extension_Review, Zend_Gdata_Media_Extension_MediaRating, Zend_Gdata_Media_Extension_MediaTitle, Zend_Gdata_Calendar_Extension_WebContent, Zend_Gdata_Spreadsheets_ListEntry, Zend_Gdata_Calendar_Extension_Link, Zend_Gdata_Media_Extension_MediaCopyright, Zend_Gdata_Media_Extension_MediaDescription, Zend_Gdata_YouTube_Extension_Control, Zend_Gdata_YouTube_Extension_Link, Zend_Gdata_YouTube_Extension_MediaContent, Zend_Gdata_App_Extension_Person, Zend_Gdata_Books_Extension_Embeddability, Zend_Gdata_Books_Extension_Viewability, Zend_Gdata_Media_Extension_MediaHash, Zend_Gdata_Calendar_EventFeed, Zend_Gdata_Calendar_Extension_Color, Zend_Gdata_Calendar_ListFeed, Zend_Gdata_Health_ProfileListEntry, Zend_Gdata_Calendar_Extension_AccessLevel, Zend_Gdata_Calendar_Extension_Hidden, Zend_Gdata_Calendar_Extension_QuickAdd, Zend_Gdata_Calendar_Extension_Selected, Zend_Gdata_Calendar_Extension_Timezone, Zend_Gdata_YouTube_Extension_Duration, Zend_Gdata_YouTube_Extension_Racy, Zend_Gdata_Calendar_Extension_SendEventNotifications, Zend_Gdata_Extension_AttendeeStatus, Zend_Gdata_Extension_AttendeeType, Zend_Gdata_Extension_FeedLink, Zend_Gdata_Extension_OriginalEvent, Zend_Gdata_Extension_Transparency, Zend_Gdata_Extension_Visibility, Zend_Gdata_YouTube_Extension_Token, Zend_Gdata_YouTube_Extension_Private, Zend_Gdata_Extension_EntryLink, Zend_Gdata_Extension_When, Zend_Gdata_Spreadsheets_Extension_Custom, Zend_Gdata_App_Extension_Link, Zend_Gdata_Extension_Where, Zend_Gdata_Geo_Entry, Zend_Gdata_Spreadsheets_CellEntry, Zend_Gdata_Extension_Reminder, Zend_Gdata_Extension_Comments, Zend_Gdata_App_Extension_Control, Zend_Gdata_App_Extension_Category, Zend_Gdata_Entry, Zend_Gdata_App_Extension_Generator, Zend_Gdata_Extension_ExtendedProperty, Zend_Gdata_App_Extension_Text, Zend_Gdata_App_Extension_Content, and Zend_Gdata_Extension_EventStatus.

Definition at line 207 of file Base.php.

Here is the call graph for this function:

Here is the caller graph for this function:

Returns an array of all extension attributes not transformed into data model properties during parsing of the XML. Each element of the array is a hashed array of the format: array('namespaceUri' => string, 'name' => string, 'value' => string);

Returns:
array All extension attributes

Definition at line 176 of file Base.php.

Here is the caller graph for this function:

Returns an array of all elements not matched to data model classes during the parsing of the XML

Returns:
array All elements not matched to data model classes during parsing

Definition at line 149 of file Base.php.

getText ( trim = true)

Returns the child text node of this element This represents any raw text contained within the XML element

Returns:
string Child text node

Definition at line 121 of file Base.php.

Here is the caller graph for this function:

getXML ( )

Alias for saveXML() returns XML content for this element and all children

Returns:
string XML content

Definition at line 339 of file Base.php.

Here is the call graph for this function:

array Memoized results from calls to lookupNamespace ( prefix,
majorVersion = 1,
minorVersion = null 
)

Get the full version of a namespace prefix

Looks up a prefix (atom:, etc.) in the list of registered namespaces and returns the full namespace URI if available. Returns the prefix, unmodified, if it's not registered.

Parameters:
string$prefixThe namespace prefix to lookup.
integer$majorVersionThe major protocol version in effect. Defaults to '1'.
integer$minorVersionThe minor protocol version in effect. Defaults to null (use latest).
Returns:
string

expensive calls to getGreatestBoundedValue(). The key is in the form 'prefix-majorVersion-minorVersion', and the value is the output from getGreatestBoundedValue().

Reimplemented in Zend_Gdata_App_FeedEntryParent.

Definition at line 372 of file Base.php.

Here is the call graph for this function:

Here is the caller graph for this function:

registerAllNamespaces ( namespaceArray)

Add an array of namespaces to the registered list.

Takes an array in the format of: namespace prefix, namespace URI, major protocol version, minor protocol version and adds them with calls to ->registerNamespace()

Parameters:
array$namespaceArrayAn array of namespaces.
Returns:
void

Definition at line 457 of file Base.php.

Here is the call graph for this function:

registerNamespace ( prefix,
namespaceUri,
majorVersion = 1,
minorVersion = 0 
)

Add a namespace and prefix to the registered list

Takes a prefix and a full namespace URI and adds them to the list of registered namespaces for use by $this->lookupNamespace().

WARNING: Currently, registering a namespace will NOT invalidate any memoized data stored in $_namespaceLookupCache. Under normal use, this behavior is acceptable. If you are adding contradictory data to the namespace lookup table, you must call flushNamespaceLookupCache().

Parameters:
string$prefixThe namespace prefix
string$namespaceUriThe full namespace URI
integer$majorVersionThe major protocol version in effect. Defaults to '1'.
integer$minorVersionThe minor protocol version in effect. Defaults to null (use latest).
Returns:
void

Definition at line 426 of file Base.php.

Here is the caller graph for this function:

saveXML ( )

Converts this element and all children into XML text using getDOM()

Returns:
string XML content

Definition at line 327 of file Base.php.

Here is the call graph for this function:

Here is the caller graph for this function:

setExtensionAttributes ( value)

Sets an array of all extension attributes not transformed into data model properties during parsing of the XML. Each element of the array is a hashed array of the format: array('namespaceUri' => string, 'name' => string, 'value' => string); This can be used to add arbitrary attributes to any data model element

Parameters:
array$valueAll extension attributes
Returns:
Zend_Gdata_App_Base Returns an object of the same type as 'this' to provide a fluent interface.

Definition at line 191 of file Base.php.

Here is the caller graph for this function:

setExtensionElements ( value)

Sets an array of all elements not matched to data model classes during the parsing of the XML. This method can be used to add arbitrary child XML elements to any data model class.

Parameters:
array$valueAll extension elements
Returns:
Zend_Gdata_App_Base Returns an object of the same type as 'this' to provide a fluent interface.

Definition at line 162 of file Base.php.

setText ( value)

Sets the child text node of this element This represents any raw text contained within the XML element

Parameters:
string$valueChild text node
Returns:
Zend_Gdata_App_Base Returns an object of the same type as 'this' to provide a fluent interface.

Definition at line 137 of file Base.php.

Here is the caller graph for this function:

takeAttributeFromDOM ( attribute) [protected]

Given a DOMNode representing an attribute, tries to map the data into instance members. If no mapping is defined, the name and value are stored in an array.

Parameters:
DOMNode$attributeThe DOMNode attribute needed to be handled

Reimplemented in Zend_Gdata_Media_Extension_MediaContent, Zend_Gdata_Gapps_Error, Zend_Gdata_Gapps_Extension_Login, Zend_Gdata_Feed, Zend_Gdata_YouTube_Extension_Statistics, Zend_Gdata_Extension_Who, Zend_Gdata_Media_Extension_MediaText, Zend_Gdata_Media_Extension_MediaThumbnail, Zend_Gdata_YouTube_Extension_MediaCredit, Zend_Gdata_Entry, Zend_Gdata_Gapps_Extension_Name, Zend_Gdata_Extension_Rating, Zend_Gdata_Media_Extension_MediaPlayer, Zend_Gdata_Spreadsheets_Extension_Cell, Zend_Gdata_Extension_RecurrenceException, Zend_Gdata_Extension_FeedLink, Zend_Gdata_Media_Extension_MediaCredit, Zend_Gdata_Media_Extension_MediaRestriction, Zend_Gdata_YouTube_Extension_MediaRating, Zend_Gdata_YouTube_Extension_State, Zend_Gdata_Extension_When, Zend_Gdata_Gapps_Extension_EmailList, Zend_Gdata_Gapps_Extension_Quota, Zend_Gdata_Gapps_Extension_Nickname, Zend_Gdata_Extension_EntryLink, Zend_Gdata_Media_Extension_MediaCategory, Zend_Gdata_Calendar_Extension_WebContent, Zend_Gdata_Books_Extension_Review, Zend_Gdata_Media_Extension_MediaRating, Zend_Gdata_Media_Extension_MediaTitle, Zend_Gdata_Media_Extension_MediaCopyright, Zend_Gdata_Media_Extension_MediaDescription, Zend_Gdata_Media_Extension_MediaHash, Zend_Gdata_YouTube_Extension_MediaContent, Zend_Gdata_App_Extension_Link, Zend_Gdata_Books_Extension_Embeddability, Zend_Gdata_Books_Extension_Viewability, Zend_Gdata_Extension_Comments, Zend_Gdata_Calendar_Extension_Color, Zend_Gdata_Calendar_Extension_AccessLevel, Zend_Gdata_Calendar_Extension_Hidden, Zend_Gdata_Calendar_Extension_QuickAdd, Zend_Gdata_Calendar_Extension_Selected, Zend_Gdata_Calendar_Extension_Timezone, Zend_Gdata_YouTube_Extension_Duration, Zend_Gdata_YouTube_Extension_Racy, Zend_Gdata_Calendar_Extension_SendEventNotifications, Zend_Gdata_Extension_AttendeeStatus, Zend_Gdata_Extension_AttendeeType, Zend_Gdata_Extension_Reminder, Zend_Gdata_Extension_Transparency, Zend_Gdata_Extension_Visibility, Zend_Gdata_Extension_OriginalEvent, Zend_Gdata_Extension_Where, Zend_Gdata_YouTube_Extension_Private, Zend_Gdata_App_Extension_Category, Zend_Gdata_App_Extension_Generator, Zend_Gdata_Extension_ExtendedProperty, Zend_Gdata_App_Extension_Text, Zend_Gdata_App_Extension_Content, and Zend_Gdata_Extension_EventStatus.

Definition at line 261 of file Base.php.

Here is the caller graph for this function:

takeChildFromDOM ( child) [protected]

Given a child DOMNode, tries to determine how to map the data into object instance members. If no mapping is defined, Extension_Element objects are created and stored in an array.

Parameters:
DOMNode$childThe DOMNode needed to be handled

Reimplemented in Zend_Gdata_YouTube_UserProfileEntry, Zend_Gdata_Photos_PhotoEntry, Zend_Gdata_Photos_AlbumEntry, Zend_Gdata_Exif_Extension_Tags, Zend_Gdata_Media_Extension_MediaGroup, Zend_Gdata_YouTube_VideoEntry, Zend_Gdata_Books_VolumeEntry, Zend_Gdata_App_FeedEntryParent, Zend_Gdata_YouTube_SubscriptionEntry, Zend_Gdata_Photos_PhotoFeed, Zend_Gdata_Photos_UserEntry, Zend_Gdata_Photos_AlbumFeed, Zend_Gdata_Kind_EventEntry, Zend_Gdata_App_FeedSourceParent, Zend_Gdata_YouTube_Extension_MediaGroup, Zend_Gdata_App_Entry, Zend_Gdata_Extension_Who, Zend_Gdata_Gapps_UserEntry, Zend_Gdata_YouTube_PlaylistListEntry, Zend_Gdata_YouTube_InboxEntry, Zend_Gdata_Feed, Zend_Gdata_YouTube_ActivityEntry, Zend_Gdata_Photos_CommentEntry, Zend_Gdata_Extension_RecurrenceException, Zend_Gdata_Gapps_EmailListEntry, Zend_Gdata_Gapps_NicknameEntry, Zend_Gdata_Photos_UserFeed, Zend_Gdata_Calendar_ListEntry, Zend_Gdata_App_Feed, Zend_Gdata_Gapps_EmailListRecipientEntry, Zend_Gdata_Extension_Where, Zend_Gdata_Photos_TagEntry, Zend_Gdata_Exif_Entry, Zend_Gdata_Spreadsheets_CellFeed, Zend_Gdata_Geo_Extension_GeoRssWhere, Zend_Gdata_Geo_Extension_GmlPoint, Zend_Gdata_YouTube_ContactEntry, Zend_Gdata_Health_ProfileEntry, Zend_Gdata_Gbase_Entry, Zend_Gdata_Media_Entry, Zend_Gdata_Spreadsheets_WorksheetEntry, Zend_Gdata_Extension_OriginalEvent, Zend_Gdata_YouTube_PlaylistVideoEntry, Zend_Gdata_Calendar_EventEntry, Zend_Gdata_Calendar_Extension_Link, Zend_Gdata_YouTube_Extension_Control, Zend_Gdata_YouTube_Extension_Link, Zend_Gdata_Extension_FeedLink, Zend_Gdata_App_Extension_Person, Zend_Gdata_Extension_When, Zend_Gdata_Spreadsheets_ListEntry, Zend_Gdata_Extension_EntryLink, Zend_Gdata_Health_ProfileListEntry, Zend_Gdata_Calendar_EventFeed, Zend_Gdata_Calendar_ListFeed, Zend_Gdata_Geo_Entry, Zend_Gdata_Entry, Zend_Gdata_Extension_Comments, Zend_Gdata_Spreadsheets_CellEntry, Zend_Gdata_YouTube_MediaEntry, and Zend_Gdata_App_Extension_Control.

Definition at line 243 of file Base.php.

Here is the caller graph for this function:

transferFromDOM ( node)

Transfers each child and attribute into member variables. This is called when XML is received over the wire and the data model needs to be built to represent this XML.

Parameters:
DOMNode$nodeThe DOMNode that represents this object's data

Reimplemented in Zend_Gdata_Spreadsheets_Extension_Custom, Zend_Gdata_Health_Extension_Ccr, and Zend_Gdata_App_Extension_Element.

Definition at line 279 of file Base.php.

Here is the call graph for this function:

Here is the caller graph for this function:

transferFromXML ( xml)

Parses the provided XML text and generates data model classes for each know element by turning the XML text into a DOM tree and calling transferFromDOM($element). The first data model element with the same name as $this->_rootElement is used and the child elements are recursively parsed.

Parameters:
string$xmlThe XML text to parse

Definition at line 298 of file Base.php.

Here is the call graph for this function:

Here is the caller graph for this function:


Field Documentation

$_extensionAttributes = array() [protected]

Definition at line 65 of file Base.php.

$_extensionElements = array() [protected]

Definition at line 60 of file Base.php.

$_namespaceLookupCache = array() [static, protected]

Definition at line 78 of file Base.php.

$_namespaces [protected]
Initial value:
 array(
        'atom'      => array(
            1 => array(
                0 => 'http://www.w3.org/2005/Atom'
                )
            ),
        'app'       => array(
            1 => array(
                0 => 'http://purl.org/atom/app#'
                ),
            2 => array(
                0 => 'http://www.w3.org/2007/app'
                )
            )
        )

Definition at line 95 of file Base.php.

$_rootElement = null [protected]

Reimplemented in Zend_Gdata_Media_Extension_MediaGroup, Zend_Gdata_Exif_Extension_Tags, Zend_Gdata_YouTube_Extension_MediaGroup, Zend_Gdata_App_FeedSourceParent, Zend_Gdata_App_Entry, Zend_Gdata_App_Extension_Person, Zend_Gdata_Extension_Who, Zend_Gdata_Geo_Extension_GeoRssWhere, Zend_Gdata_Geo_Extension_GmlPoint, Zend_Gdata_App_Feed, Zend_Gdata_Extension_OriginalEvent, Zend_Gdata_Extension_RecurrenceException, Zend_Gdata_Gapps_Extension_Login, Zend_Gdata_Gapps_Extension_Quota, Zend_Gdata_Gapps_Extension_EmailList, Zend_Gdata_Gapps_Extension_Name, Zend_Gdata_Gapps_Extension_Nickname, Zend_Gdata_Photos_Extension_Access, Zend_Gdata_Photos_Extension_AlbumId, Zend_Gdata_Photos_Extension_Checksum, Zend_Gdata_Photos_Extension_Client, Zend_Gdata_Photos_Extension_CommentCount, Zend_Gdata_Photos_Extension_CommentingEnabled, Zend_Gdata_Photos_Extension_MaxPhotosPerAlbum, Zend_Gdata_Photos_Extension_QuotaLimit, Zend_Gdata_Photos_Extension_Rotation, Zend_Gdata_Photos_Extension_Timestamp, Zend_Gdata_Photos_Extension_Version, Zend_Gdata_Photos_Extension_Weight, Zend_Gdata_Photos_Extension_BytesUsed, Zend_Gdata_Photos_Extension_Height, Zend_Gdata_Photos_Extension_Id, Zend_Gdata_Photos_Extension_Location, Zend_Gdata_Photos_Extension_Name, Zend_Gdata_Photos_Extension_Nickname, Zend_Gdata_Photos_Extension_NumPhotos, Zend_Gdata_Photos_Extension_NumPhotosRemaining, Zend_Gdata_Photos_Extension_Position, Zend_Gdata_Photos_Extension_QuotaCurrent, Zend_Gdata_Photos_Extension_Size, Zend_Gdata_Photos_Extension_Thumbnail, Zend_Gdata_Photos_Extension_User, Zend_Gdata_Photos_Extension_Width, Zend_Gdata_App_Extension_Control, Zend_Gdata_Exif_Extension_Distance, Zend_Gdata_Exif_Extension_Exposure, Zend_Gdata_Exif_Extension_Flash, Zend_Gdata_Exif_Extension_FocalLength, Zend_Gdata_Exif_Extension_FStop, Zend_Gdata_Exif_Extension_ImageUniqueId, Zend_Gdata_Exif_Extension_Iso, Zend_Gdata_Exif_Extension_Make, Zend_Gdata_Exif_Extension_Model, Zend_Gdata_Exif_Extension_Time, Zend_Gdata_Geo_Extension_GmlPos, Zend_Gdata_Photos_Extension_PhotoId, Zend_Gdata_Extension_Comments, Zend_Gdata_Extension_EntryLink, Zend_Gdata_Extension_FeedLink, Zend_Gdata_Extension_When, Zend_Gdata_Extension_Where, Zend_Gdata_Spreadsheets_Extension_ColCount, Zend_Gdata_Spreadsheets_Extension_Custom, Zend_Gdata_Spreadsheets_Extension_RowCount, Zend_Gdata_Spreadsheets_Extension_Cell, Zend_Gdata_App_Extension_Source, Zend_Gdata_Calendar_Extension_Color, Zend_Gdata_DublinCore_Extension_Date, Zend_Gdata_Media_Extension_MediaContent, Zend_Gdata_YouTube_Extension_MediaContent, Zend_Gdata_App_Extension_Draft, Zend_Gdata_App_Extension_Text, Zend_Gdata_Books_Extension_Embeddability, Zend_Gdata_Books_Extension_Review, Zend_Gdata_Books_Extension_Viewability, Zend_Gdata_Calendar_Extension_AccessLevel, Zend_Gdata_Calendar_Extension_Hidden, Zend_Gdata_Calendar_Extension_QuickAdd, Zend_Gdata_Calendar_Extension_Selected, Zend_Gdata_Calendar_Extension_Timezone, Zend_Gdata_Calendar_Extension_WebContent, Zend_Gdata_DublinCore_Extension_Creator, Zend_Gdata_DublinCore_Extension_Description, Zend_Gdata_DublinCore_Extension_Format, Zend_Gdata_DublinCore_Extension_Identifier, Zend_Gdata_DublinCore_Extension_Language, Zend_Gdata_DublinCore_Extension_Publisher, Zend_Gdata_DublinCore_Extension_Rights, Zend_Gdata_DublinCore_Extension_Subject, Zend_Gdata_DublinCore_Extension_Title, Zend_Gdata_Extension_ExtendedProperty, Zend_Gdata_Extension_Rating, Zend_Gdata_YouTube_Extension_Duration, Zend_Gdata_YouTube_Extension_NoEmbed, Zend_Gdata_YouTube_Extension_Private, Zend_Gdata_YouTube_Extension_Racy, Zend_Gdata_YouTube_Extension_State, Zend_Gdata_YouTube_Extension_Statistics, Zend_Gdata_YouTube_Extension_Token, Zend_Gdata_App_Extension_Author, Zend_Gdata_App_Extension_Category, Zend_Gdata_App_Extension_Content, Zend_Gdata_App_Extension_Contributor, Zend_Gdata_App_Extension_Edited, Zend_Gdata_App_Extension_Email, Zend_Gdata_App_Extension_Generator, Zend_Gdata_App_Extension_Icon, Zend_Gdata_App_Extension_Id, Zend_Gdata_App_Extension_Link, Zend_Gdata_App_Extension_Logo, Zend_Gdata_App_Extension_Name, Zend_Gdata_App_Extension_Published, Zend_Gdata_App_Extension_Rights, Zend_Gdata_App_Extension_Subtitle, Zend_Gdata_App_Extension_Summary, Zend_Gdata_App_Extension_Title, Zend_Gdata_App_Extension_Updated, Zend_Gdata_App_Extension_Uri, Zend_Gdata_Calendar_Extension_SendEventNotifications, Zend_Gdata_Extension_AttendeeStatus, Zend_Gdata_Extension_AttendeeType, Zend_Gdata_Extension_EventStatus, Zend_Gdata_Extension_OpenSearchItemsPerPage, Zend_Gdata_Extension_OpenSearchStartIndex, Zend_Gdata_Extension_OpenSearchTotalResults, Zend_Gdata_Extension_Recurrence, Zend_Gdata_Extension_Reminder, Zend_Gdata_Extension_Transparency, Zend_Gdata_Extension_Visibility, Zend_Gdata_Media_Extension_MediaCategory, Zend_Gdata_Media_Extension_MediaCopyright, Zend_Gdata_Media_Extension_MediaCredit, Zend_Gdata_Media_Extension_MediaDescription, Zend_Gdata_Media_Extension_MediaHash, Zend_Gdata_Media_Extension_MediaPlayer, Zend_Gdata_Media_Extension_MediaRating, Zend_Gdata_Media_Extension_MediaRestriction, Zend_Gdata_Media_Extension_MediaText, Zend_Gdata_Media_Extension_MediaThumbnail, Zend_Gdata_Media_Extension_MediaTitle, Zend_Gdata_YouTube_Extension_AboutMe, Zend_Gdata_YouTube_Extension_Age, Zend_Gdata_YouTube_Extension_Books, Zend_Gdata_YouTube_Extension_Company, Zend_Gdata_YouTube_Extension_CountHint, Zend_Gdata_YouTube_Extension_Description, Zend_Gdata_YouTube_Extension_FirstName, Zend_Gdata_YouTube_Extension_Gender, Zend_Gdata_YouTube_Extension_Hobbies, Zend_Gdata_YouTube_Extension_Hometown, Zend_Gdata_YouTube_Extension_LastName, Zend_Gdata_YouTube_Extension_Location, Zend_Gdata_YouTube_Extension_MediaCredit, Zend_Gdata_YouTube_Extension_MediaRating, Zend_Gdata_YouTube_Extension_Movies, Zend_Gdata_YouTube_Extension_Music, Zend_Gdata_YouTube_Extension_Occupation, Zend_Gdata_YouTube_Extension_PlaylistId, Zend_Gdata_YouTube_Extension_PlaylistTitle, Zend_Gdata_YouTube_Extension_Position, Zend_Gdata_YouTube_Extension_QueryString, Zend_Gdata_YouTube_Extension_Recorded, Zend_Gdata_YouTube_Extension_Relationship, Zend_Gdata_YouTube_Extension_ReleaseDate, Zend_Gdata_YouTube_Extension_School, Zend_Gdata_YouTube_Extension_Status, Zend_Gdata_YouTube_Extension_Uploaded, Zend_Gdata_YouTube_Extension_Username, Zend_Gdata_YouTube_Extension_VideoId, Zend_Gdata_Health_Extension_Ccr, and Zend_Gdata_Media_Extension_MediaKeywords.

Definition at line 44 of file Base.php.

$_rootNamespace = 'atom' [protected]

Reimplemented in Zend_Gdata_Media_Extension_MediaGroup, Zend_Gdata_Exif_Extension_Tags, Zend_Gdata_YouTube_Extension_MediaGroup, Zend_Gdata_Geo_Extension_GeoRssWhere, Zend_Gdata_Geo_Extension_GmlPoint, Zend_Gdata_Gapps_Extension_Login, Zend_Gdata_Gapps_Extension_Quota, Zend_Gdata_Gapps_Extension_EmailList, Zend_Gdata_Gapps_Extension_Name, Zend_Gdata_Gapps_Extension_Nickname, Zend_Gdata_Photos_Extension_Access, Zend_Gdata_Photos_Extension_AlbumId, Zend_Gdata_Photos_Extension_Checksum, Zend_Gdata_Photos_Extension_Client, Zend_Gdata_Photos_Extension_CommentCount, Zend_Gdata_Photos_Extension_CommentingEnabled, Zend_Gdata_Photos_Extension_MaxPhotosPerAlbum, Zend_Gdata_Photos_Extension_QuotaLimit, Zend_Gdata_Photos_Extension_Rotation, Zend_Gdata_Photos_Extension_Timestamp, Zend_Gdata_Photos_Extension_Version, Zend_Gdata_Photos_Extension_Weight, Zend_Gdata_Photos_Extension_BytesUsed, Zend_Gdata_Photos_Extension_Height, Zend_Gdata_Photos_Extension_Id, Zend_Gdata_Photos_Extension_Location, Zend_Gdata_Photos_Extension_Name, Zend_Gdata_Photos_Extension_Nickname, Zend_Gdata_Photos_Extension_NumPhotos, Zend_Gdata_Photos_Extension_NumPhotosRemaining, Zend_Gdata_Photos_Extension_Position, Zend_Gdata_Photos_Extension_QuotaCurrent, Zend_Gdata_Photos_Extension_Size, Zend_Gdata_Photos_Extension_Thumbnail, Zend_Gdata_Photos_Extension_User, Zend_Gdata_Photos_Extension_Width, Zend_Gdata_Spreadsheets_Extension_ColCount, Zend_Gdata_Spreadsheets_Extension_Custom, Zend_Gdata_Spreadsheets_Extension_RowCount, Zend_Gdata_App_Extension_Control, Zend_Gdata_Exif_Extension_Distance, Zend_Gdata_Exif_Extension_Exposure, Zend_Gdata_Exif_Extension_Flash, Zend_Gdata_Exif_Extension_FocalLength, Zend_Gdata_Exif_Extension_FStop, Zend_Gdata_Exif_Extension_ImageUniqueId, Zend_Gdata_Exif_Extension_Iso, Zend_Gdata_Exif_Extension_Make, Zend_Gdata_Exif_Extension_Model, Zend_Gdata_Exif_Extension_Time, Zend_Gdata_Geo_Extension_GmlPos, Zend_Gdata_Photos_Extension_PhotoId, Zend_Gdata_Spreadsheets_Extension_Cell, Zend_Gdata_Gbase_Extension_BaseAttribute, Zend_Gdata_Media_Extension_MediaContent, Zend_Gdata_YouTube_Extension_MediaContent, Zend_Gdata_Calendar_Extension_Color, Zend_Gdata_DublinCore_Extension_Date, Zend_Gdata_Extension_OpenSearchItemsPerPage, Zend_Gdata_Extension_OpenSearchStartIndex, Zend_Gdata_Extension_OpenSearchTotalResults, Zend_Gdata_Media_Extension_MediaCategory, Zend_Gdata_Media_Extension_MediaCopyright, Zend_Gdata_Media_Extension_MediaCredit, Zend_Gdata_Media_Extension_MediaDescription, Zend_Gdata_Media_Extension_MediaHash, Zend_Gdata_Media_Extension_MediaPlayer, Zend_Gdata_Media_Extension_MediaRating, Zend_Gdata_Media_Extension_MediaRestriction, Zend_Gdata_Media_Extension_MediaText, Zend_Gdata_Media_Extension_MediaThumbnail, Zend_Gdata_Media_Extension_MediaTitle, Zend_Gdata_YouTube_Extension_AboutMe, Zend_Gdata_YouTube_Extension_Age, Zend_Gdata_YouTube_Extension_Books, Zend_Gdata_YouTube_Extension_Company, Zend_Gdata_YouTube_Extension_CountHint, Zend_Gdata_YouTube_Extension_Description, Zend_Gdata_YouTube_Extension_FirstName, Zend_Gdata_YouTube_Extension_Gender, Zend_Gdata_YouTube_Extension_Hobbies, Zend_Gdata_YouTube_Extension_Hometown, Zend_Gdata_YouTube_Extension_LastName, Zend_Gdata_YouTube_Extension_Location, Zend_Gdata_YouTube_Extension_MediaCredit, Zend_Gdata_YouTube_Extension_MediaRating, Zend_Gdata_YouTube_Extension_Movies, Zend_Gdata_YouTube_Extension_Music, Zend_Gdata_YouTube_Extension_Occupation, Zend_Gdata_YouTube_Extension_PlaylistId, Zend_Gdata_YouTube_Extension_PlaylistTitle, Zend_Gdata_YouTube_Extension_Position, Zend_Gdata_YouTube_Extension_QueryString, Zend_Gdata_YouTube_Extension_Recorded, Zend_Gdata_YouTube_Extension_Relationship, Zend_Gdata_YouTube_Extension_ReleaseDate, Zend_Gdata_YouTube_Extension_School, Zend_Gdata_YouTube_Extension_Status, Zend_Gdata_YouTube_Extension_Uploaded, Zend_Gdata_YouTube_Extension_Username, Zend_Gdata_YouTube_Extension_VideoId, Zend_Gdata_App_Extension_Draft, Zend_Gdata_Books_Extension_Embeddability, Zend_Gdata_Books_Extension_Review, Zend_Gdata_Books_Extension_Viewability, Zend_Gdata_Calendar_Extension_AccessLevel, Zend_Gdata_Calendar_Extension_Hidden, Zend_Gdata_Calendar_Extension_QuickAdd, Zend_Gdata_Calendar_Extension_Selected, Zend_Gdata_Calendar_Extension_Timezone, Zend_Gdata_Calendar_Extension_WebContent, Zend_Gdata_DublinCore_Extension_Creator, Zend_Gdata_DublinCore_Extension_Description, Zend_Gdata_DublinCore_Extension_Format, Zend_Gdata_DublinCore_Extension_Identifier, Zend_Gdata_DublinCore_Extension_Language, Zend_Gdata_DublinCore_Extension_Publisher, Zend_Gdata_DublinCore_Extension_Rights, Zend_Gdata_DublinCore_Extension_Subject, Zend_Gdata_DublinCore_Extension_Title, Zend_Gdata_Extension, Zend_Gdata_Media_Extension_MediaKeywords, Zend_Gdata_YouTube_Extension_Duration, Zend_Gdata_YouTube_Extension_NoEmbed, Zend_Gdata_YouTube_Extension_Private, Zend_Gdata_YouTube_Extension_Racy, Zend_Gdata_YouTube_Extension_State, Zend_Gdata_YouTube_Extension_Statistics, Zend_Gdata_YouTube_Extension_Token, Zend_Gdata_Calendar_Extension_SendEventNotifications, and Zend_Gdata_Health_Extension_Ccr.

Definition at line 49 of file Base.php.

$_rootNamespaceURI = null [protected]

Definition at line 55 of file Base.php.

$_text = null [protected]

Definition at line 70 of file Base.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations