Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Concrete class for working with Atom entries.
Zend_Gdata_App_Extension_Content $_content = 'null'atom:content element
DetailsZend_Gdata_App_Extension_Control $_control = 'null'app:control element
DetailsZend_Gdata_App_Extension_Edited $_edited = 'null'app:edited element
Detailsstring $_entryClassName = 'Zend_Gdata_App_Entry'Class name for each entry in this feed*
DetailsZend_Gdata_App_Extension_Published $_published = 'null'atom:published element
Detailsstring $_rootElement = 'entry'Root XML element for Atom entries.
DetailsZend_Gdata_App_Extension_Source $_source = 'null'atom:source element
DetailsZend_Gdata_App_Extension_Summary $_summary = 'null'atom:summary element
Detailsdelete(
)
:
voidDeletes 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.
DetailsgetContent(
)
:
Zend_Gdata_App_Extension_ContentGets the value of the atom:content element
DetailsgetControl(
)
:
Zend_Gdata_App_Extension_ControlGets the value of the app:control element
DetailsgetDOM(
$doc
=
null, $majorVersion
=
1, $minorVersion
=
null
)
:
DetailsgetPublished(
)
:
Zend_Gdata_App_Extension_PublishedSets the value of the atom:published element This represents the publishing date for an entry
DetailsgetSource(
)
:
Zend_Gdata_App_Extension_SourceGets the value of the atom:source element
DetailsgetSummary(
)
:
Zend_Gdata_App_Extension_SummaryGets the value of the atom:summary element This represents a textual summary of this entry's content
Detailsreload(
string|null $uri
=
null, string|null $className
=
null, array $extraHeaders
=
array
)
:
mixedReload 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.
Detailssave(
string|null $uri
=
null, string|null $className
=
null, array $extraHeaders
=
array
)
:
Zend_Gdata_App_EntryUploads changes in this entry to the server using Zend_Gdata_App
DetailssetContent(
Zend_Gdata_App_Extension_Content $value
)
:
Zend_Gdata_App_EntrySets the value of the atom:content element
DetailssetControl(
Zend_Gdata_App_Extension_Control $value
)
:
Zend_Gdata_App_EntrySets the value of the app:control element
DetailssetPublished(
Zend_Gdata_App_Extension_Published $value
)
:
Zend_Gdata_App_EntrySets the value of the atom:published element This represents the publishing date for an entry
DetailssetSource(
Zend_Gdata_App_Extension_Source $value
)
:
Zend_Gdata_App_EntrySets the value of the atom:source element
DetailssetSummary(
Zend_Gdata_App_Extension_Summary $value
)
:
Zend_Gdata_App_EntrySets the value of the atom:summary element This represents a textual summary of this entry's content
DetailstakeChildFromDOM(
$child
)
:
Details