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 44)
Zend_Gdata_App | --Zend_Gdata
| Class | Description | 
|---|---|
						 
						Zend_Gdata_Books
					 | 
					Service class for interacting with the Books service | 
						 
						Zend_Gdata_Health
					 | 
					Service class for interacting with the Google Health Data API | 
						 
						Zend_Gdata_Exif
					 | 
					Service class for interacting with the services which use the EXIF extensions | 
						 
						Zend_Gdata_Spreadsheets
					 | 
					Gdata Spreadsheets | 
						 
						Zend_Gdata_Geo
					 | 
					Service class for interacting with the services which use the GeoRSS + GML extensions. | 
						 
						Zend_Gdata_DublinCore
					 | 
					Service class for interacting with the services which use the DublinCore extensions. | 
						 
						Zend_Gdata_Media
					 | 
					Service class for interacting with the services which use the media extensions | 
						 
						Zend_Gdata_Docs
					 | 
					Service class for interacting with the Google Document List data API | 
						 
						Zend_Gdata_Gbase
					 | 
					Service class for interacting with the Google Base data API | 
						 
						Zend_Gdata_Calendar
					 | 
					Service class for interacting with the Google Calendar data API | 
						 
						Zend_Gdata_Gapps
					 | 
					Service class for interacting with the Google Apps Provisioning API. | 
						 
						Zend_Gdata_Photos
					 | 
					Service class for interacting with the Google Photos Data API. | 
					static 						string|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 97)
		
	Client object used to communicate in static context
		
			string
			$_defaultPostUri
			 =  null			(line 59)
		
	Default URI to which to POST.
		
			Zend_Gdata_HttpClient
			$_httpClient
						(line 90)
		
	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::$_majorProtocolVersion
Zend_Gdata_App::$_maxRedirects
Zend_Gdata_App::$_minorProtocolVersion
Zend_Gdata_App::$_useObjectMapping
Zend_Gdata_App::$_verboseExceptionMessages
		static import (line 123)
	Imports a feed located at $uri.
		Constructor __construct (line 106)
	Create Gdata object
		getEntry (line 175)
	Retrieve entry as string or object
		getFeed (line 150)
	Retrieve feed as string or object
		isAuthenticated (line 230)
	Determines whether service object is authenticated.
		performHttpRequest (line 210)
	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::generateIfMatchHeaderData()
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::getMajorProtocolVersion()
Zend_Gdata_App::getMaxRedirects()
Zend_Gdata_App::getMinorProtocolVersion()
Zend_Gdata_App::getNextFeed()
Zend_Gdata_App::getPreviousFeed()
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::setMajorProtocolVersion()
Zend_Gdata_App::setMaxRedirects()
Zend_Gdata_App::setMinorProtocolVersion()
Zend_Gdata_App::setStaticHttpClient()
Zend_Gdata_App::setVerboseExceptionMessages()
Zend_Gdata_App::updateEntry()
Zend_Gdata_App::useObjectMapping()
Zend_Gdata_App::usingObjectMapping()
Zend_Gdata_App::__call()
		
			AUTH_SERVICE_NAME
			 =  'xapi'
			(line 52)
		
	Service name for use with Google's authentication mechanisms
Inherited from Zend_Gdata_App
Zend_Gdata_App::DEFAULT_MAJOR_PROTOCOL_VERSION
Zend_Gdata_App::DEFAULT_MINOR_PROTOCOL_VERSION
Documentation generated on Mon, 21 Jun 2010 15:25:20 -0400 by phpDocumentor 1.4.3