Zend_GdataProvides functionality to interact with Google data APIs Subclasses exist to implement service-specific features
As the Google data API protocol is based upon the Atom Publishing Protocol (APP), GData functionality extends the appropriate Zend_Gdata_App classes
Located in /Gdata.php (line 41)
Zend_Gdata_App | --Zend_Gdata
| Class | Description |
|---|---|
Zend_Gdata_Media
|
Service class for interacting with the services which use the media extensions |
Zend_Gdata_Geo
|
Service class for interacting with the services which use the GeoRSS + GML extensions. |
Zend_Gdata_Photos
|
Service class for interacting with the Google Photos Data API. |
Zend_Gdata_Gbase
|
Service class for interacting with the Google Base data API |
Zend_Gdata_Exif
|
Service class for interacting with the services which use the EXIF extensions |
Zend_Gdata_Spreadsheets
|
Gdata Spreadsheets |
Zend_Gdata_Gapps
|
Service class for interacting with the Google Apps Provisioning API. |
Zend_Gdata_Docs
|
Service class for interacting with the Google Document List data API |
Zend_Gdata_Calendar
|
Service class for interacting with the Google Calendar data API |
static Zend_Gdata_App_Feed
import
(string $uri, [Zend_Http_Client $client = null], [string $className = 'Zend_Gdata_Feed'])
Zend_Gdata
__construct
([Zend_Http_Client $client = null], [string $applicationId = 'MyCompany-MyApp-1.0'])
Zend_Http_Response
performHttpRequest
(string $method, string $url, [array $headers = array()], [string $body = null], [string $contentType = null], [int $remainingRedirects = null])
static array
$namespaces
= array(Namespaces used for GData data
static Zend_Gdata_HttpClient
$_staticHttpClient
= null (line 92)
Client object used to communicate in static context
string
$_defaultPostUri
= null (line 56)
Default URI to which to POST.
Zend_Gdata_HttpClient
$_httpClient
(line 85)
Client object used to communicate
array
$_registeredPackages
= array(Packages to search for classes when using magic __call method, in order.
Inherited from Zend_Gdata_App
Zend_Gdata_App::$_gzipEnabled
Zend_Gdata_App::$_httpMethodOverride
Zend_Gdata_App::$_maxRedirects
Zend_Gdata_App::$_verboseExceptionMessages
static import (line 114)
Imports a feed located at $uri.
Constructor __construct (line 100)
Create Gdata object
getEntry (line 157)
Retreive entry object
getFeed (line 136)
Retreive feed object
performHttpRequest (line 192)
Performs a HTTP request using the specified method.
Overrides the definition in the parent (Zend_Gdata_App) and uses the Zend_Gdata_HttpClient functionality to filter the HTTP requests and responses.
Inherited From Zend_Gdata_App
Zend_Gdata_App::__construct()
Zend_Gdata_App::delete()
Zend_Gdata_App::enableRequestDebugLogging()
Zend_Gdata_App::get()
Zend_Gdata_App::getEntry()
Zend_Gdata_App::getFeed()
Zend_Gdata_App::getGzipEnabled()
Zend_Gdata_App::getHttpClient()
Zend_Gdata_App::getHttpMethodOverride()
Zend_Gdata_App::getMaxRedirects()
Zend_Gdata_App::getStaticHttpClient()
Zend_Gdata_App::getVerboseExceptionMessages()
Zend_Gdata_App::import()
Zend_Gdata_App::importFile()
Zend_Gdata_App::importString()
Zend_Gdata_App::importUrl()
Zend_Gdata_App::insertEntry()
Zend_Gdata_App::performHttpRequest()
Zend_Gdata_App::post()
Zend_Gdata_App::prepareRequest()
Zend_Gdata_App::put()
Zend_Gdata_App::registerPackage()
Zend_Gdata_App::retrieveAllEntriesForFeed()
Zend_Gdata_App::setGzipEnabled()
Zend_Gdata_App::setHttpClient()
Zend_Gdata_App::setHttpMethodOverride()
Zend_Gdata_App::setMaxRedirects()
Zend_Gdata_App::setStaticHttpClient()
Zend_Gdata_App::setVerboseExceptionMessages()
Zend_Gdata_App::updateEntry()
Zend_Gdata_App::__call()
Documentation generated on Mon, 25 Aug 2008 23:55:08 +0400 by phpDocumentor 1.4.1