[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/zend/Zend/Gdata/App/ -> Entry.php (summary)

Zend Framework LICENSE

Copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
License: http://framework.zend.com/license/new-bsd New BSD License
Version: $Id$
File Size: 389 lines (11 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

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


Class: Zend_Gdata_App_Entry  - X-Ref

Concrete class for working with Atom entries.

getDOM($doc = null, $majorVersion = 1, $minorVersion = null)   X-Ref
app:edited element


takeChildFromDOM($child)   X-Ref
No description

save($uri = null, $className = null, $extraHeaders = array()   X-Ref
Uploads changes in this entry to the server using Zend_Gdata_App

param: string|null $uri The URI to send requests to, or null if $data
param: string|null $className The name of the class that should we
param: array $extraHeaders Extra headers to add to the request, as an
return: Zend_Gdata_App_Entry The updated entry.

delete()   X-Ref
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: void

reload($uri = null, $className = null, $extraHeaders = array()   X-Ref
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.

param: string|null The URI to send requests to, or null if $data
param: string|null The name of the class that should we deserializing
param: array $extraHeaders Extra headers to add to the request, as an
return: mixed A new instance of the current entry with updated data, or

getContent()   X-Ref
Gets the value of the atom:content element

return: Zend_Gdata_App_Extension_Content

setContent($value)   X-Ref
Sets the value of the atom:content element

param: Zend_Gdata_App_Extension_Content $value
return: Zend_Gdata_App_Entry Provides a fluent interface

getPublished()   X-Ref
Sets the value of the atom:published element
This represents the publishing date for an entry

return: Zend_Gdata_App_Extension_Published

setPublished($value)   X-Ref
Sets the value of the atom:published element
This represents the publishing date for an entry

param: Zend_Gdata_App_Extension_Published $value
return: Zend_Gdata_App_Entry Provides a fluent interface

getSource()   X-Ref
Gets the value of the atom:source element

return: Zend_Gdata_App_Extension_Source

setSource($value)   X-Ref
Sets the value of the atom:source element

param: Zend_Gdata_App_Extension_Source $value
return: Zend_Gdata_App_Entry Provides a fluent interface

getSummary()   X-Ref
Gets the value of the atom:summary element
This represents a textual summary of this entry's content

return: Zend_Gdata_App_Extension_Summary

setSummary($value)   X-Ref
Sets the value of the atom:summary element
This represents a textual summary of this entry's content

param: Zend_Gdata_App_Extension_Summary $value
return: Zend_Gdata_App_Entry Provides a fluent interface

getControl()   X-Ref
Gets the value of the app:control element

return: Zend_Gdata_App_Extension_Control

setControl($value)   X-Ref
Sets the value of the app:control element

param: Zend_Gdata_App_Extension_Control $value
return: Zend_Gdata_App_Entry Provides a fluent interface



Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1