Class Zend_Gdata_Entry

Description

Represents the Gdata flavor of an Atom entry

  • copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
  • license: New BSD License

Located in /Gdata/Entry.php (line 43)

Zend_Gdata_App_Base
   |
   --Zend_Gdata_App_FeedEntryParent
      |
      --Zend_Gdata_App_Entry
         |
         --Zend_Gdata_App_MediaEntry
            |
            --Zend_Gdata_Entry
Direct descendents
Class Description
 class Zend_Gdata_Health_ProfileListEntry Concrete class for working with Health profile list entries.
 class Zend_Gdata_Health_ProfileEntry Concrete class for working with Health profile entries.
 class Zend_Gdata_Spreadsheets_ListEntry Concrete class for working with List entries.
 class Zend_Gdata_Spreadsheets_CellEntry Concrete class for working with Cell entries.
 class Zend_Gdata_Spreadsheets_WorksheetEntry Concrete class for working with Worksheet entries.
 class Zend_Gdata_Spreadsheets_SpreadsheetEntry Concrete class for working with Atom entries.
 class Zend_Gdata_Gapps_EmailListRecipientEntry Data model class for a Google Apps Email List Recipient Entry.
 class Zend_Gdata_Gapps_EmailListEntry Data model class for a Google Apps Email List Entry.
 class Zend_Gdata_Gapps_NicknameEntry Data model class for a Google Apps Nickname Entry.
 class Zend_Gdata_Gapps_UserEntry Data model class for a Google Apps User Entry.
 class Zend_Gdata_Geo_Entry An Atom entry containing Geograpic data.
 class Zend_Gdata_Docs_DocumentListEntry Represents a Documents List entry in the Documents List data API meta feed of a user's documents.
 class Zend_Gdata_Media_Entry Represents the Gdata flavor of an Atom entry
 class Zend_Gdata_Gbase_Entry Base class for working with Google Base entries.
 class Zend_Gdata_Photos_AlbumEntry Data model class for a Photo Album Entry.
 class Zend_Gdata_Photos_CommentEntry Data model class for a Comment Entry.
 class Zend_Gdata_Photos_TagEntry Data model class for a Tag Entry.
 class Zend_Gdata_Photos_UserEntry Data model class for a User Entry.
 class Zend_Gdata_Books_VolumeEntry Describes an entry in a feed of Book Search volumes
 class Zend_Gdata_Books_CollectionEntry Describes an entry in a feed of collections
 class Zend_Gdata_Kind_EventEntry Data model for the Gdata Event "Kind". Google Calendar has a separate EventEntry class which extends this.
 class Zend_Gdata_Exif_Entry An Atom entry containing EXIF metadata.
 class Zend_Gdata_Calendar_ListEntry Represents a Calendar entry in the Calendar data API meta feed of a user's calendars.
 class Zend_Gdata_YouTube_UserProfileEntry Represents the YouTube video playlist flavor of an Atom entry
 class Zend_Gdata_YouTube_SubscriptionEntry Represents the YouTube video subscription flavor of an Atom entry
 class Zend_Gdata_YouTube_CommentEntry The YouTube comments flavor of an Atom Entry
 class Zend_Gdata_YouTube_PlaylistListEntry Represents the YouTube video playlist flavor of an Atom entry
 class Zend_Gdata_YouTube_ActivityEntry A concrete class for working with YouTube user activity entries.
Variable Summary
Method Summary
 Zend_Gdata_Entry __construct ([ $element = null])
 void getDOM ([ $doc = null], [ $majorVersion = 1], [ $minorVersion = null])
 void takeAttributeFromDOM (DOMNode $attribute)
 void takeChildFromDOM ( $child)
Variables
mixed $_entryClassName = 'Zend_Gdata_Entry' (line 46)
  • access: protected

Redefinition of:
Zend_Gdata_App_Entry::$_entryClassName
Class name for each entry in this feed*

Redefined in descendants as:

Inherited Variables

Inherited from Zend_Gdata_App_MediaEntry

Zend_Gdata_App_MediaEntry::$_mediaSource

Inherited from Zend_Gdata_App_Entry

Zend_Gdata_App_Entry::$_content
Zend_Gdata_App_Entry::$_control
Zend_Gdata_App_Entry::$_edited
Zend_Gdata_App_Entry::$_published
Zend_Gdata_App_Entry::$_rootElement
Zend_Gdata_App_Entry::$_source
Zend_Gdata_App_Entry::$_summary

Inherited from Zend_Gdata_App_FeedEntryParent

Zend_Gdata_App_FeedEntryParent::$_author
Zend_Gdata_App_FeedEntryParent::$_category
Zend_Gdata_App_FeedEntryParent::$_contributor
Zend_Gdata_App_FeedEntryParent::$_etag
Zend_Gdata_App_FeedEntryParent::$_id
Zend_Gdata_App_FeedEntryParent::$_link
Zend_Gdata_App_FeedEntryParent::$_majorProtocolVersion
Zend_Gdata_App_FeedEntryParent::$_minorProtocolVersion
Zend_Gdata_App_FeedEntryParent::$_rights
Zend_Gdata_App_FeedEntryParent::$_service
Zend_Gdata_App_FeedEntryParent::$_title
Zend_Gdata_App_FeedEntryParent::$_updated

Inherited from Zend_Gdata_App_Base

Zend_Gdata_App_Base::$_extensionAttributes
Zend_Gdata_App_Base::$_extensionElements
Zend_Gdata_App_Base::$_namespaceLookupCache
Zend_Gdata_App_Base::$_namespaces
Zend_Gdata_App_Base::$_rootNamespace
Zend_Gdata_App_Base::$_rootNamespaceURI
Zend_Gdata_App_Base::$_text
Methods
Constructor __construct (line 48)
  • access: public
Zend_Gdata_Entry __construct ([ $element = null])
  • $element

Redefinition of:
Zend_Gdata_App_MediaEntry::__construct()
Constructs a new MediaEntry, representing XML data and optional file to upload

Redefined in descendants as:
getDOM (line 54)
  • access: public
void getDOM ([ $doc = null], [ $majorVersion = 1], [ $minorVersion = null])
  • $doc
  • $majorVersion
  • $minorVersion

Redefinition of:
Zend_Gdata_App_Entry::getDOM()

Redefined in descendants as:
  • Zend_Gdata_Health_ProfileListEntry::getDOM() : 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 application storage/persistence.
  • Zend_Gdata_Health_ProfileEntry::getDOM() : 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 application storage/persistence.
  • Zend_Gdata_Spreadsheets_ListEntry::getDOM()
  • Zend_Gdata_Spreadsheets_CellEntry::getDOM()
  • Zend_Gdata_Spreadsheets_WorksheetEntry::getDOM() : 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.
  • Zend_Gdata_Gapps_EmailListRecipientEntry::getDOM() : 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 application storage/persistence.
  • Zend_Gdata_Gapps_EmailListEntry::getDOM() : 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 application storage/persistence.
  • Zend_Gdata_Gapps_NicknameEntry::getDOM() : 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 application storage/persistence.
  • Zend_Gdata_Gapps_UserEntry::getDOM() : 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 application storage/persistence.
  • Zend_Gdata_Geo_Entry::getDOM()
  • Zend_Gdata_Media_Entry::getDOM() : 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 application storage/persistence.
  • Zend_Gdata_Photos_PhotoEntry::getDOM() : 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 application storage/persistence.
  • Zend_Gdata_YouTube_InboxEntry::getDOM() : 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.
  • Zend_Gdata_YouTube_VideoEntry::getDOM() : 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.
  • Zend_Gdata_YouTube_PlaylistVideoEntry::getDOM() : 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.
  • Zend_Gdata_Gbase_Entry::getDOM() : 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 application storage/persistence.
  • Zend_Gdata_Photos_AlbumEntry::getDOM() : 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 application storage/persistence.
  • Zend_Gdata_Photos_CommentEntry::getDOM() : 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 application storage/persistence.
  • Zend_Gdata_Photos_TagEntry::getDOM() : 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 application storage/persistence.
  • Zend_Gdata_Photos_UserEntry::getDOM() : 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 application storage/persistence.
  • Zend_Gdata_Books_VolumeEntry::getDOM() : Retrieves DOMElement which corresponds to this element and all child properties. This is used to build this object back into a DOM and eventually XML text for sending to the server upon updates, or for application storage/persistance.
  • Zend_Gdata_Kind_EventEntry::getDOM()
  • Zend_Gdata_Calendar_EventEntry::getDOM()
  • Zend_Gdata_Exif_Entry::getDOM() : 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.
  • Zend_Gdata_Calendar_ListEntry::getDOM()
  • Zend_Gdata_YouTube_UserProfileEntry::getDOM() : 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.
  • Zend_Gdata_YouTube_ContactEntry::getDOM() : 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.
  • Zend_Gdata_YouTube_SubscriptionEntry::getDOM() : 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.
  • Zend_Gdata_YouTube_PlaylistListEntry::getDOM() : 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.
  • Zend_Gdata_YouTube_ActivityEntry::getDOM() : 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 application storage/persistence.
takeAttributeFromDOM (line 111)

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.

  • access: protected
void takeAttributeFromDOM (DOMNode $attribute)
  • DOMNode $attribute: The DOMNode attribute needed to be handled

Redefinition of:
Zend_Gdata_App_Base::takeAttributeFromDOM()
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.
takeChildFromDOM (line 69)
  • access: protected
void takeChildFromDOM ( $child)
  • $child

Redefinition of:
Zend_Gdata_App_Entry::takeChildFromDOM()

Redefined in descendants as:

Inherited Methods

Inherited From Zend_Gdata_App_MediaEntry

 Zend_Gdata_App_MediaEntry::__construct()
 Zend_Gdata_App_MediaEntry::encode()
 Zend_Gdata_App_MediaEntry::getMediaSource()
 Zend_Gdata_App_MediaEntry::setMediaSource()

Inherited From Zend_Gdata_App_Entry

 Zend_Gdata_App_Entry::delete()
 Zend_Gdata_App_Entry::getContent()
 Zend_Gdata_App_Entry::getControl()
 Zend_Gdata_App_Entry::getDOM()
 Zend_Gdata_App_Entry::getPublished()
 Zend_Gdata_App_Entry::getSource()
 Zend_Gdata_App_Entry::getSummary()
 Zend_Gdata_App_Entry::reload()
 Zend_Gdata_App_Entry::save()
 Zend_Gdata_App_Entry::setContent()
 Zend_Gdata_App_Entry::setControl()
 Zend_Gdata_App_Entry::setPublished()
 Zend_Gdata_App_Entry::setSource()
 Zend_Gdata_App_Entry::setSummary()
 Zend_Gdata_App_Entry::takeChildFromDOM()

Inherited From Zend_Gdata_App_FeedEntryParent

 Zend_Gdata_App_FeedEntryParent::__construct()
 Zend_Gdata_App_FeedEntryParent::getAlternateLink()
 Zend_Gdata_App_FeedEntryParent::getAuthor()
 Zend_Gdata_App_FeedEntryParent::getCategory()
 Zend_Gdata_App_FeedEntryParent::getContributor()
 Zend_Gdata_App_FeedEntryParent::getDOM()
 Zend_Gdata_App_FeedEntryParent::getEditLink()
 Zend_Gdata_App_FeedEntryParent::getEtag()
 Zend_Gdata_App_FeedEntryParent::getHttpClient()
 Zend_Gdata_App_FeedEntryParent::getId()
 Zend_Gdata_App_FeedEntryParent::getLicenseLink()
 Zend_Gdata_App_FeedEntryParent::getLink()
 Zend_Gdata_App_FeedEntryParent::getMajorProtocolVersion()
 Zend_Gdata_App_FeedEntryParent::getMinorProtocolVersion()
 Zend_Gdata_App_FeedEntryParent::getNextLink()
 Zend_Gdata_App_FeedEntryParent::getPreviousLink()
 Zend_Gdata_App_FeedEntryParent::getRights()
 Zend_Gdata_App_FeedEntryParent::getSelfLink()
 Zend_Gdata_App_FeedEntryParent::getService()
 Zend_Gdata_App_FeedEntryParent::getTitle()
 Zend_Gdata_App_FeedEntryParent::getTitleValue()
 Zend_Gdata_App_FeedEntryParent::getUpdated()
 Zend_Gdata_App_FeedEntryParent::lookupNamespace()
 Zend_Gdata_App_FeedEntryParent::setAuthor()
 Zend_Gdata_App_FeedEntryParent::setCategory()
 Zend_Gdata_App_FeedEntryParent::setContributor()
 Zend_Gdata_App_FeedEntryParent::setEtag()
 Zend_Gdata_App_FeedEntryParent::setHttpClient()
 Zend_Gdata_App_FeedEntryParent::setId()
 Zend_Gdata_App_FeedEntryParent::setLink()
 Zend_Gdata_App_FeedEntryParent::setMajorProtocolVersion()
 Zend_Gdata_App_FeedEntryParent::setMinorProtocolVersion()
 Zend_Gdata_App_FeedEntryParent::setRights()
 Zend_Gdata_App_FeedEntryParent::setService()
 Zend_Gdata_App_FeedEntryParent::setTitle()
 Zend_Gdata_App_FeedEntryParent::setUpdated()
 Zend_Gdata_App_FeedEntryParent::takeChildFromDOM()

Inherited From Zend_Gdata_App_Base

 Zend_Gdata_App_Base::__construct()
 Zend_Gdata_App_Base::encode()
 Zend_Gdata_App_Base::flushNamespaceLookupCache()
 Zend_Gdata_App_Base::getDOM()
 Zend_Gdata_App_Base::getExtensionAttributes()
 Zend_Gdata_App_Base::getExtensionElements()
 Zend_Gdata_App_Base::getText()
 Zend_Gdata_App_Base::getXML()
 Zend_Gdata_App_Base::lookupNamespace()
 Zend_Gdata_App_Base::registerAllNamespaces()
 Zend_Gdata_App_Base::registerNamespace()
 Zend_Gdata_App_Base::saveXML()
 Zend_Gdata_App_Base::setExtensionAttributes()
 Zend_Gdata_App_Base::setExtensionElements()
 Zend_Gdata_App_Base::setText()
 Zend_Gdata_App_Base::takeAttributeFromDOM()
 Zend_Gdata_App_Base::takeChildFromDOM()
 Zend_Gdata_App_Base::transferFromDOM()
 Zend_Gdata_App_Base::transferFromXML()
 Zend_Gdata_App_Base::__get()
 Zend_Gdata_App_Base::__isset()
 Zend_Gdata_App_Base::__set()
 Zend_Gdata_App_Base::__toString()
 Zend_Gdata_App_Base::__unset()

Documentation generated on Mon, 21 Jun 2010 15:19:57 -0400 by phpDocumentor 1.4.3