Class Zend_Gdata_App_Entry

Description

Concrete class for working with Atom entries.

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

Located in /Gdata/App/Entry.php (line 60)

Zend_Gdata_App_Base
   |
   --Zend_Gdata_App_FeedEntryParent
      |
      --Zend_Gdata_App_Entry
Direct descendents
Class Description
 class Zend_Gdata_Entry Represents the GData flavor of an Atom entry
Variable Summary
Method Summary
Variables
Zend_Gdata_App_Extension_Content $_content = null (line 82)

atom:content element

  • access: protected
Zend_Gdata_App_Extension_Control $_control = null (line 110)

app:control element

  • access: protected
Zend_Gdata_App_Extension_Published $_published = null (line 89)

atom:published element

  • access: protected
string $_rootElement = 'entry' (line 68)

Root XML element for Atom entries.

  • access: protected

Redefinition of:
Zend_Gdata_App_Base::$_rootElement
Zend_Gdata_App_Extension_Source $_source = null (line 96)

atom:source element

  • access: protected
Zend_Gdata_App_Extension_Summary $_summary = null (line 103)

atom:summary element

  • access: protected

Inherited Variables

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::$_httpClient
Zend_Gdata_App_FeedEntryParent::$_id
Zend_Gdata_App_FeedEntryParent::$_link
Zend_Gdata_App_FeedEntryParent::$_rights
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::$_namespaces
Zend_Gdata_App_Base::$_rootNamespace
Zend_Gdata_App_Base::$_rootNamespaceURI
Zend_Gdata_App_Base::$_text
Methods
delete (line 227)

Deletes this entry to the server using the referenced Zend_Http_Client to do a HTTP DELETE to the edit link stored in this entry's link collection.

  • return: The success of the delete operation
  • throws: Zend_Gdata_App_Exception
  • access: public
boolean delete ()
getContent (line 266)
  • access: public
getControl (line 338)
  • access: public
getPublished (line 284)
  • access: public
getSource (line 302)
  • access: public
getSummary (line 320)
  • access: public
save (line 177)

Uploads changes in this entry to the server using the referenced Zend_Http_Client to do a HTTP PUT to the edit link stored in this entry's link collection. Body for the PUT is generated using the saveXML method (which calls getDOM).

  • return: The updated entry
  • throws: Zend_Gdata_App_Exception
  • access: public
setContent (line 275)
  • return: Provides a fluent interface
  • access: public
setControl (line 347)
  • return: Provides a fluent interface
  • access: public
setPublished (line 293)
  • return: Provides a fluent interface
  • access: public
setSource (line 311)
  • return: Provides a fluent interface
  • access: public
setSummary (line 329)
  • return: Provides a fluent interface
  • access: public

Inherited Methods

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::getHttpClient()
 Zend_Gdata_App_FeedEntryParent::getId()
 Zend_Gdata_App_FeedEntryParent::getLicenseLink()
 Zend_Gdata_App_FeedEntryParent::getLink()
 Zend_Gdata_App_FeedEntryParent::getNextLink()
 Zend_Gdata_App_FeedEntryParent::getRights()
 Zend_Gdata_App_FeedEntryParent::getSelfLink()
 Zend_Gdata_App_FeedEntryParent::getTitle()
 Zend_Gdata_App_FeedEntryParent::getUpdated()
 Zend_Gdata_App_FeedEntryParent::setAuthor()
 Zend_Gdata_App_FeedEntryParent::setCategory()
 Zend_Gdata_App_FeedEntryParent::setContributor()
 Zend_Gdata_App_FeedEntryParent::setHttpClient()
 Zend_Gdata_App_FeedEntryParent::setId()
 Zend_Gdata_App_FeedEntryParent::setLink()
 Zend_Gdata_App_FeedEntryParent::setRights()
 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::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::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 Sun, 27 May 2007 23:22:59 -0700 by phpDocumentor 1.3.2