[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

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

Defines 1 class

Zend_Gdata_Books:: (7 methods):
  __construct()
  getVolumeFeed()
  getVolumeEntry()
  getUserLibraryFeed()
  getUserAnnotationFeed()
  insertVolume()
  deleteVolume()


Class: Zend_Gdata_Books  - X-Ref

Service class for interacting with the Books service

__construct($client = null, $applicationId = 'MyCompany-MyApp-1.0')   X-Ref
Create Zend_Gdata_Books object

param: Zend_Http_Client $client (optional) The HTTP client to use when
param: string $applicationId The identity of the app in the form of Company-AppName-Version

getVolumeFeed($location = null)   X-Ref
Retrieves a feed of volumes.

param: Zend_Gdata_Query|string|null $location (optional) The URL to
return: Zend_Gdata_Books_VolumeFeed The feed of volumes found at the

getVolumeEntry($volumeId = null, $location = null)   X-Ref
Retrieves a specific volume entry.

param: string|null $volumeId The volumeId of interest.
param: Zend_Gdata_Query|string|null $location (optional) The URL to
return: Zend_Gdata_Books_VolumeEntry The feed of volumes found at the

getUserLibraryFeed($location = null)   X-Ref
Retrieves a feed of volumes, by default the User library feed.

param: Zend_Gdata_Query|string|null $location (optional) The URL to
return: Zend_Gdata_Books_VolumeFeed The feed of volumes found at the

getUserAnnotationFeed($location = null)   X-Ref
Retrieves a feed of volumes, by default the User annotation feed

param: Zend_Gdata_Query|string|null $location (optional) The URL to
return: Zend_Gdata_Books_VolumeFeed The feed of volumes found at the

insertVolume($entry, $location = null)   X-Ref
Insert a Volume / Annotation

param: Zend_Gdata_Books_VolumeEntry $entry
param: Zend_Gdata_Query|string|null $location (optional) The URL to
return: Zend_Gdata_Books_VolumeEntry The inserted volume entry.

deleteVolume($entry)   X-Ref
Delete a Volume

param: Zend_Gdata_Books_VolumeEntry $entry
return: void



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