Class Zend_Gdata

Description

Provides 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 Constant Summary
Variable Summary
Method Summary
 Zend_Gdata __construct ([Zend_Http_Client $client = null])
 Zend_Gdata_Feed getEntry (mixed $location, [ $className = 'Zend_Gdata_Entry'])
 Zend_Gdata_Feed getFeed (mixed $location, [string $className = 'Zend_Gdata_Feed'])
Variables
static array $namespaces = array(
'openSearch' => 'http://a9.com/-/spec/opensearchrss/1.0/',
'rss' => 'http://blogs.law.harvard.edu/tech/rss',
'gd' => 'http://schemas.google.com/g/2005')
(line 75)

Namespaces used for GData data

  • access: public
string $_defaultPostUri = null (line 56)

Default URI to which to POST.

  • access: protected

Redefinition of:
Zend_Gdata_App::$_defaultPostUri
Default URI to which to POST.
array $_registeredPackages = array(
'Zend_Gdata_Kind',
'Zend_Gdata_Extension',
'Zend_Gdata',
'Zend_Gdata_App_Extension',
'Zend_Gdata_App')
(line 63)

Packages to search for classes when using magic __call method, in order.

  • access: protected

Redefinition of:
Zend_Gdata_App::$_registeredPackages
Packages to search for classes when using magic __call method, in order.

Inherited Variables

Inherited from Zend_Gdata_App

Zend_Gdata_App::$_httpClient
Zend_Gdata_App::$_httpMethodOverride
Zend_Gdata_App::$_staticHttpClient
Methods
Constructor __construct (line 85)

Create Gdata object

  • access: public
Zend_Gdata __construct ([Zend_Http_Client $client = null])

Redefinition of:
Zend_Gdata_App::__construct()
Create Gdata object
getEntry (line 118)

Retreive entry object

  • access: public
Zend_Gdata_Feed getEntry (mixed $location, [ $className = 'Zend_Gdata_Entry'])
  • mixed $location: The location as string or Zend_Gdata_Query
  • $className

Redefinition of:
Zend_Gdata_App::getEntry()
Retreive entry object
getFeed (line 97)

Retreive feed object

  • access: public
Zend_Gdata_Feed getFeed (mixed $location, [string $className = 'Zend_Gdata_Feed'])
  • mixed $location: The location as string or Zend_Gdata_Query
  • string $className: The class type to use for returning the feed

Redefinition of:
Zend_Gdata_App::getFeed()
Retreive feed object

Inherited Methods

Inherited From Zend_Gdata_App

 Zend_Gdata_App::__construct()
 Zend_Gdata_App::delete()
 Zend_Gdata_App::getEntry()
 Zend_Gdata_App::getFeed()
 Zend_Gdata_App::getHttpClient()
 Zend_Gdata_App::getHttpMethodOverride()
 Zend_Gdata_App::getStaticHttpClient()
 Zend_Gdata_App::import()
 Zend_Gdata_App::importFile()
 Zend_Gdata_App::importString()
 Zend_Gdata_App::insertEntry()
 Zend_Gdata_App::post()
 Zend_Gdata_App::put()
 Zend_Gdata_App::registerPackage()
 Zend_Gdata_App::setHttpClient()
 Zend_Gdata_App::setHttpMethodOverride()
 Zend_Gdata_App::setStaticHttpClient()
 Zend_Gdata_App::__call()
Class Constants
AUTH_SERVICE_NAME = 'xapi' (line 49)

Service name for use with Google's authentication mechanisms

Documentation generated on Sun, 27 May 2007 23:24:24 -0700 by phpDocumentor 1.3.2