Class Zend_Gdata_Base

Description

Gdata Base

Located in /Gdata/Base.php (line 41)

Zend_Gdata
   |
   --Zend_Gdata_Base
Class Constant Summary
 BASE_FEED_URI = 'http://www.google.com/base/feeds/snippets'
 BASE_METADATA_ATTRIBUTES_URI = 'http://www.google.com/base/feeds/attributes'
 BASE_METADATA_TYPES_URI = 'http://www.google.com/base/feeds/itemtypes'
 BASE_POST_URI = 'http://www.google.com/base/feeds/items'
Variable Summary
Method Summary
 void addAttributeQuery (string $attributeName, string $attributeValue, [string $op = ':'])
 Zend_Gdata_Base __construct ([ $client = null], [ $key = null], string $email, string $password)
 Zend_Feed getBaseFeed ([ $uri = null])
 string getCategory ()
 string getDeveloperKey ()
 void getItemTypeAttributesFeed ( $itemType, string $value)
 array getItemTypeFeed (string $locale, [ $itemType = null])
 string getOrderby ()
 string getQueryString ()
 void setCategory (string $value)
 void setDeveloperKey (string $key)
 void setOrderby (string $value)
 void unsetAttributeQuery ([string $attributeName = null])
 mixed __get (string $var)
 bool __isset (string $var)
 void __set (string $var, mixed $value)
 void __unset (string $var)
Variables
mixed $_attributeQueryTerms = array() (line 50)
  • access: protected
mixed $_defaultPostUri = self::BASE_POST_URI (line 52)
  • access: protected

Redefinition of:
Zend_Gdata::$_defaultPostUri
Default URI to which to POST.
mixed $_developerKey = null (line 48)
  • access: protected

Inherited Variables

Inherited from Zend_Gdata

Zend_Gdata::$_httpClient
Zend_Gdata::$_params
Methods
addAttributeQuery (line 169)
  • throws: Zend_Gdata_InvalidArgumentException
  • access: public
void addAttributeQuery (string $attributeName, string $attributeValue, [string $op = ':'])
  • string $attributeName
  • string $attributeValue
  • string $op
Constructor __construct (line 61)

Create Gdata_Calendar object

  • access: public
Zend_Gdata_Base __construct ([ $client = null], [ $key = null], string $email, string $password)
  • string $email
  • string $password
  • $client
  • $key

Redefinition of:
Zend_Gdata::__construct()
Create Gdata object
getBaseFeed (line 94)

Retreive feed object

  • access: public
Zend_Feed getBaseFeed ([ $uri = null])
  • $uri
getCategory (line 211)
  • return: category
  • access: public
string getCategory ()
getDeveloperKey (line 84)
  • return: developerKey
  • access: public
string getDeveloperKey ()
getItemTypeAttributesFeed (line 128)
  • access: public
void getItemTypeAttributesFeed ( $itemType, string $value)
  • string $value
  • $itemType
getItemTypeFeed (line 115)
  • return: item types
  • access: public
array getItemTypeFeed (string $locale, [ $itemType = null])
  • string $locale: locale
  • $itemType
getOrderby (line 219)
  • return: orderby
  • access: public
string getOrderby ()
getQueryString (line 138)
  • return: querystring
  • access: protected
string getQueryString ()

Redefinition of:
Zend_Gdata::getQueryString()
setCategory (line 195)
  • access: public
void setCategory (string $value)
  • string $value
setDeveloperKey (line 74)

Sets developer key

  • access: public
void setDeveloperKey (string $key)
  • string $key
setOrderby (line 203)
  • access: public
void setOrderby (string $value)
  • string $value
unsetAttributeQuery (line 183)
  • access: public
void unsetAttributeQuery ([string $attributeName = null])
  • string $attributeName
__get (line 249)
  • return: value
  • access: protected
mixed __get (string $var)
  • string $var

Redefinition of:
Zend_Gdata::__get()
__isset (line 269)
  • access: protected
bool __isset (string $var)
  • string $var

Redefinition of:
Zend_Gdata::__isset()
__set (line 228)
  • access: protected
void __set (string $var, mixed $value)
  • string $var
  • mixed $value

Redefinition of:
Zend_Gdata::__set()
__unset (line 288)
  • access: protected
void __unset (string $var)
  • string $var

Redefinition of:
Zend_Gdata::__unset()

Inherited Methods

Inherited From Zend_Gdata

 Zend_Gdata::__construct()
 Zend_Gdata::delete()
 Zend_Gdata::formatTimestamp()
 Zend_Gdata::getAlt()
 Zend_Gdata::getFeed()
 Zend_Gdata::getHttpClient()
 Zend_Gdata::getMaxResults()
 Zend_Gdata::getQuery()
 Zend_Gdata::getQueryString()
 Zend_Gdata::getStartIndex()
 Zend_Gdata::getUpdatedMax()
 Zend_Gdata::getUpdatedMin()
 Zend_Gdata::post()
 Zend_Gdata::resetParameters()
 Zend_Gdata::setAlt()
 Zend_Gdata::setHttpClient()
 Zend_Gdata::setMaxResults()
 Zend_Gdata::setQuery()
 Zend_Gdata::setStartIndex()
 Zend_Gdata::setUpdatedMax()
 Zend_Gdata::setUpdatedMin()
 Zend_Gdata::__get()
 Zend_Gdata::__isset()
 Zend_Gdata::__set()
 Zend_Gdata::__unset()
Class Constants
BASE_FEED_URI = 'http://www.google.com/base/feeds/snippets' (line 43)
BASE_METADATA_ATTRIBUTES_URI = 'http://www.google.com/base/feeds/attributes' (line 45)
BASE_METADATA_TYPES_URI = 'http://www.google.com/base/feeds/itemtypes' (line 44)
BASE_POST_URI = 'http://www.google.com/base/feeds/items' (line 46)

Documentation generated on Sat, 05 May 2007 11:52:33 -0700 by phpDocumentor 1.3.2