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
Zend_Gdata_App_Extension_Control $_control = 'null'
app:control element
Zend_Gdata_App_Extension_Edited $_edited = 'null'
app:edited element
string $_entryClassName = 'Zend_Gdata_App_Entry'
Class name for each entry in this feed*
Zend_Gdata_App_Extension_Published $_published = 'null'
atom:published element
string $_rootElement = 'entry'
Root XML element for Atom entries.
Zend_Gdata_App_Extension_Source $_source = 'null'
atom:source element
Zend_Gdata_App_Extension_Summary $_summary = 'null'
atom:summary element
delete(
)
:
void
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(
)
:
Zend_Gdata_App_Extension_Content
Gets the value of the atom:content element
getControl(
)
:
Zend_Gdata_App_Extension_Control
Gets the value of the app:control element
getDOM(
$doc
=
null, $majorVersion
=
1, $minorVersion
=
null
)
:
getPublished(
)
:
Zend_Gdata_App_Extension_Published
Sets the value of the atom:published element This represents the publishing date for an entry
getSource(
)
:
Zend_Gdata_App_Extension_Source
Gets the value of the atom:source element
getSummary(
)
:
Zend_Gdata_App_Extension_Summary
Gets the value of the atom:summary element This represents a textual summary of this entry's content
reload(
string|null $uri
=
null, string|null $className
=
null, array $extraHeaders
=
array
)
:
mixed
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(
string|null $uri
=
null, string|null $className
=
null, array $extraHeaders
=
array
)
:
Zend_Gdata_App_Entry
Uploads changes in this entry to the server using Zend_Gdata_App
setContent(
Zend_Gdata_App_Extension_Content $value
)
:
Zend_Gdata_App_Entry
Sets the value of the atom:content element
setControl(
Zend_Gdata_App_Extension_Control $value
)
:
Zend_Gdata_App_Entry
Sets the value of the app:control element
setPublished(
Zend_Gdata_App_Extension_Published $value
)
:
Zend_Gdata_App_Entry
Sets the value of the atom:published element This represents the publishing date for an entry
setSource(
Zend_Gdata_App_Extension_Source $value
)
:
Zend_Gdata_App_Entry
Sets the value of the atom:source element
setSummary(
Zend_Gdata_App_Extension_Summary $value
)
:
Zend_Gdata_App_Entry
Sets the value of the atom:summary element This represents a textual summary of this entry's content
takeChildFromDOM(
$child
)
: