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.
Service class for interacting with the Books service
VOLUME_FEED_URI = 'http://books.google.com/books/feeds/volumes'
MY_LIBRARY_FEED_URI = 'http://books.google.com/books/feeds/users/me/collections/library/volumes'
MY_ANNOTATION_FEED_URI = 'http://books.google.com/books/feeds/users/me/volumes'
AUTH_SERVICE_NAME = 'print'
array $namespaces = 'array'
Namespaces used for Zend_Gdata_Books
__construct(
Zend_Http_Client $client
=
null, string $applicationId
=
MyCompany-MyApp-1.0
)
:
Create Zend_Gdata_Books object
deleteVolume(
Zend_Gdata_Books_VolumeEntry $entry
)
:
void
Delete a Volume
getUserAnnotationFeed(
Zend_Gdata_Query|string|null $location
=
null
)
:
Zend_Gdata_Books_VolumeFeed
Retrieves a feed of volumes, by default the User annotation feed
getUserLibraryFeed(
Zend_Gdata_Query|string|null $location
=
null
)
:
Zend_Gdata_Books_VolumeFeed
Retrieves a feed of volumes, by default the User library feed.
getVolumeEntry(
string|null $volumeId
=
null, Zend_Gdata_Query|string|null $location
=
null
)
:
Zend_Gdata_Books_VolumeEntry
Retrieves a specific volume entry.
getVolumeFeed(
Zend_Gdata_Query|string|null $location
=
null
)
:
Zend_Gdata_Books_VolumeFeed
Retrieves a feed of volumes.
insertVolume(
Zend_Gdata_Books_VolumeEntry $entry, Zend_Gdata_Query|string|null $location
=
null
)
:
Zend_Gdata_Books_VolumeEntry
Insert a Volume / Annotation