Zend_Gdata_App_EntryConcrete class for working with Atom entries.
Located in /Gdata/App/Entry.php (line 68)
Zend_Gdata_App_Base | --Zend_Gdata_App_FeedEntryParent | --Zend_Gdata_App_Entry
| Class | Description |
|---|---|
Zend_Gdata_App_MediaEntry
|
Concrete class for working with Atom entries containing multi-part data. |
mixed
reload
([string|null $uri = null], [string|null $className = null], [array $extraHeaders = array()])
Zend_Gdata_App_Entry
save
([string|null $uri = null], [string|null $className = null], [array $extraHeaders = array()])
Zend_Gdata_App_Extension_Content
$_content
= null (line 90)
atom:content element
Zend_Gdata_App_Extension_Control
$_control
= null (line 118)
app:control element
Zend_Gdata_App_Extension_Edited
$_edited
= null (line 125)
app:edited element
string
$_entryClassName
= 'Zend_Gdata_App_Entry' (line 83)
Class name for each entry in this feed*
Zend_Gdata_App_Extension_Published
$_published
= null (line 97)
atom:published element
string
$_rootElement
= 'entry' (line 76)
Root XML element for Atom entries.
Zend_Gdata_App_Extension_Source
$_source
= null (line 104)
atom:source element
Zend_Gdata_App_Extension_Summary
$_summary
= null (line 111)
atom:summary element
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
delete (line 220)
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.
getContent (line 280)
Gets the value of the atom:content element
getControl (line 372)
Gets the value of the app:control element
getDOM (line 127)
getPublished (line 303)
Sets the value of the atom:published element This represents the publishing date for an entry
getSource (line 326)
Gets the value of the atom:source element
getSummary (line 349)
Gets the value of the atom:summary element This represents a textual summary of this entry's content
reload (line 241)
Reload the current entry. Returns a new copy of the entry as returned by the server, or null if no changes exist. This does not modify the current entry instance.
save (line 204)
Uploads changes in this entry to the server using Zend_Gdata_App
setContent (line 291)
Sets the value of the atom:content element
setControl (line 383)
Sets the value of the app:control element
setPublished (line 315)
Sets the value of the atom:published element This represents the publishing date for an entry
setSource (line 337)
Sets the value of the atom:source element
setSummary (line 361)
Sets the value of the atom:summary element This represents a textual summary of this entry's content
takeChildFromDOM (line 151)
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:27 -0400 by phpDocumentor 1.4.3