|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| __construct ($client=null, $applicationId= 'MyCompany-MyApp-1.0') | |
| getVolumeFeed ($location=null) | |
| getVolumeEntry ($volumeId=null, $location=null) | |
| getUserLibraryFeed ($location=null) | |
| getUserAnnotationFeed ($location=null) | |
| insertVolume ($entry, $location=null) | |
| deleteVolume ($entry) | |
Data Fields | |
| const | VOLUME_FEED_URI = 'http://books.google.com/books/feeds/volumes' |
| const | MY_LIBRARY_FEED_URI = 'http://books.google.com/books/feeds/users/me/collections/library/volumes' |
| const | MY_ANNOTATION_FEED_URI = 'http://books.google.com/books/feeds/users/me/volumes' |
| const | AUTH_SERVICE_NAME = 'print' |
Static Public Attributes | |
| static | $namespaces |
| __construct | ( | $ | client = null, |
| $ | applicationId = 'MyCompany-MyApp-1.0' |
||
| ) |
Create Zend_Gdata_Books object
| Zend_Http_Client | $client | (optional) The HTTP client to use when when communicating with the Google servers. |
| string | $applicationId | The identity of the app in the form of Company-AppName-Version |
Reimplemented from Zend_Gdata.
Definition at line 87 of file Books.php.

| deleteVolume | ( | $ | entry | ) |
| getUserAnnotationFeed | ( | $ | location = null | ) |
Retrieves a feed of volumes, by default the User annotation feed
| Zend_Gdata_Query | string | null | $location | (optional) The URL to query. |
Definition at line 164 of file Books.php.

| getUserLibraryFeed | ( | $ | location = null | ) |
Retrieves a feed of volumes, by default the User library feed.
| Zend_Gdata_Query | string | null | $location | (optional) The URL to query. |
Definition at line 146 of file Books.php.

| getVolumeEntry | ( | $ | volumeId = null, |
| $ | location = null |
||
| ) |
Retrieves a specific volume entry.
| string | null | $volumeId | The volumeId of interest. |
| Zend_Gdata_Query | string | null | $location | (optional) The URL to query or a Zend_Gdata_Query object from which a URL can be determined. |
Definition at line 126 of file Books.php.

| getVolumeFeed | ( | $ | location = null | ) |
Retrieves a feed of volumes.
| Zend_Gdata_Query | string | null | $location | (optional) The URL to query or a Zend_Gdata_Query object from which a URL can be determined. |
Definition at line 104 of file Books.php.

| insertVolume | ( | $ | entry, |
| $ | location = null |
||
| ) |
Insert a Volume / Annotation
| Zend_Gdata_Books_VolumeEntry | $entry | |
| Zend_Gdata_Query | string | null | $location | (optional) The URL to query |
Definition at line 182 of file Books.php.

$namespaces [static] |
| const AUTH_SERVICE_NAME = 'print' |
Reimplemented from Zend_Gdata.
| const MY_ANNOTATION_FEED_URI = 'http://books.google.com/books/feeds/users/me/volumes' |
| const MY_LIBRARY_FEED_URI = 'http://books.google.com/books/feeds/users/me/collections/library/volumes' |
| const VOLUME_FEED_URI = 'http://books.google.com/books/feeds/volumes' |