[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/zend/Zend/Gdata/App/ -> FeedSourceParent.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: 267 lines (7 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 13 functions

  setHttpClient()
  setService()
  __get()
  getDOM()
  takeChildFromDOM()
  getGenerator()
  setGenerator()
  getIcon()
  setIcon()
  getlogo()
  setlogo()
  getSubtitle()
  setSubtitle()

Functions
Functions that are not part of a class:

setHttpClient(Zend_Http_Client $httpClient)   X-Ref
Set the HTTP client instance

Sets the HTTP client object to use for retrieving the feed.

param: Zend_Http_Client $httpClient
return: Zend_Gdata_App_FeedSourceParent Provides a fluent interface

setService($instance)   X-Ref
Set the active service instance for this feed and all enclosed entries.
This will be used to perform network requests, such as when calling
save() and delete().

param: Zend_Gdata_App $instance The new service instance.
return: Zend_Gdata_App_FeedEntryParent Provides a fluent interface.

__get($var)   X-Ref
Make accessing some individual elements of the feed easier.

Special accessors 'entry' and 'entries' are provided so that if
you wish to iterate over an Atom feed's entries, you can do so
using foreach ($feed->entries as $entry) or foreach
($feed->entry as $entry).

param: string $var The property to access.
return: mixed

getDOM($doc = null, $majorVersion = 1, $minorVersion = null)   X-Ref
No description

takeChildFromDOM($child)   X-Ref
Creates individual Entry objects of the appropriate type and
stores them in the $_entry array based upon DOM data.

param: DOMNode $child The DOMNode to process

getGenerator()   X-Ref

return: Zend_Gdata_AppExtension_Generator

setGenerator($value)   X-Ref

param: Zend_Gdata_App_Extension_Generator $value
return: Zend_Gdata_App_FeedSourceParent Provides a fluent interface

getIcon()   X-Ref

return: Zend_Gdata_AppExtension_Icon

setIcon($value)   X-Ref

param: Zend_Gdata_App_Extension_Icon $value
return: Zend_Gdata_App_FeedSourceParent Provides a fluent interface

getlogo()   X-Ref

return: Zend_Gdata_AppExtension_logo

setlogo($value)   X-Ref

param: Zend_Gdata_App_Extension_logo $value
return: Zend_Gdata_App_FeedSourceParent Provides a fluent interface

getSubtitle()   X-Ref

return: Zend_Gdata_AppExtension_Subtitle

setSubtitle($value)   X-Ref

param: Zend_Gdata_App_Extension_Subtitle $value
return: Zend_Gdata_App_FeedSourceParent Provides a fluent interface



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