Class Zend_Gdata_Query

Description

Provides a mechanism to build a query URL for Gdata services.

Queries are not defined for APP, but are provided by Gdata services as an extension.

  • copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
  • license: New BSD License

Located in /Gdata/Query.php (line 40)


	
			
Direct descendents
Class Description
 class Zend_Gdata_Health_Query Assists in constructing queries for Google Health
 class Zend_Gdata_Spreadsheets_CellQuery Assists in constructing queries for Google Spreadsheets cells
 class Zend_Gdata_Spreadsheets_DocumentQuery Assists in constructing queries for Google Spreadsheets documents
 class Zend_Gdata_Spreadsheets_ListQuery Assists in constructing queries for Google Spreadsheets lists
Abstract class Zend_Gdata_Gapps_Query Assists in constructing queries for Google Apps entries. This class provides common methods used by all other Google Apps query classes.
 class Zend_Gdata_Docs_Query Assists in constructing queries for Google Document List documents
 class Zend_Gdata_Gbase_Query Assists in constructing queries for Google Base
 class Zend_Gdata_Photos_UserQuery Assists in constructing queries for user entries.
 class Zend_Gdata_Books_VolumeQuery Assists in constructing queries for Books volumes
 class Zend_Gdata_Calendar_EventQuery Assists in constructing queries for Google Calendar events
 class Zend_Gdata_YouTube_VideoQuery Assists in constructing queries for YouTube videos
Variable Summary
 string $_category
 array $_params
 string $_url
Method Summary
 Zend_Gdata_Query __construct ([ $url = null])
 string getAlt ()
 string getAuthor ()
 void getCategory ()
 int getMaxResults ()
 void getParam (string $name)
 string getPublishedMax ()
 string getPublishedMin ()
 string getQuery ()
 string getQueryString ()
 string getQueryUrl ()
 int getStartIndex ()
 string getUpdatedMax ()
 string getUpdatedMin ()
 void resetParameters ()
 Zend_Gdata_Query setAlt (string $value)
 Zend_Gdata_Query setAuthor (string $value)
 Zend_Gdata_Query setCategory (string $value)
 Zend_Gdata_Query setParam (string $name, string $value)
 Zend_Gdata_Query setQuery (string $value)
 Zend_Gdata_Query setUpdatedMax (string $value)
 Zend_Gdata_Query setUpdatedMin (string $value)
 void __get ( $name)
 void __set ( $name,  $val)
Variables
string $_category = null (line 70)

Category for the query

  • access: protected
string $_defaultFeedUri = null (line 55)

Default URL

  • access: protected

Redefined in descendants as:
array $_params = array() (line 48)

Query parameters.

  • access: protected
string $_url = null (line 63)

Base URL TODO: Add setters and getters

  • access: protected
Methods
Constructor __construct (line 75)

Create Gdata_Query object

  • access: public
Zend_Gdata_Query __construct ([ $url = null])
  • $url

Redefined in descendants as:
getAlt (line 272)
  • return: rss or atom
  • access: public
string getAlt ()
getAuthor (line 368)
  • return: author
  • access: public
string getAuthor ()
getCategory (line 390)
  • access: public
void getCategory ()

Redefined in descendants as:
getMaxResults (line 284)
  • return: maxResults
  • access: public
int getMaxResults ()
getParam (line 138)
  • access: public
void getParam (string $name)
  • string $name
getPublishedMax (line 344)
  • return: publishedMax
  • access: public
string getPublishedMax ()
getPublishedMin (line 356)
  • return: publishedMin
  • access: public
string getPublishedMin ()
getQuery (line 296)
  • return: query
  • access: public
string getQuery ()
getQueryString (line 83)
  • return: querystring
  • access: public
string getQueryString ()

Redefined in descendants as:
getQueryUrl (line 110)
  • return: url
  • access: public
string getQueryUrl ()

Redefined in descendants as:
getStartIndex (line 308)
  • return: startIndex
  • access: public
int getStartIndex ()
getUpdatedMax (line 320)
  • return: updatedMax
  • access: public
string getUpdatedMax ()
getUpdatedMin (line 332)
  • return: updatedMin
  • access: public
string getUpdatedMin ()
resetParameters (line 102)
  • access: public
void resetParameters ()
setAlt (line 147)
  • return: Provides a fluent interface
  • access: public
Zend_Gdata_Query setAlt (string $value)
  • string $value
setAuthor (line 259)
  • return: Provides a fluent interface
  • access: public
Zend_Gdata_Query setAuthor (string $value)
  • string $value
setCategory (line 381)
  • return: Provides a fluent interface
  • access: public
Zend_Gdata_Query setCategory (string $value)
  • string $value

Redefined in descendants as:
setMaxResults (line 161)
  • return: Provides a fluent interface
  • access: public
Zend_Gdata_Query setMaxResults (int $value)
  • int $value
setParam (line 129)
  • return: Provides a fluent interface
  • access: public
Zend_Gdata_Query setParam (string $name, string $value)
  • string $name
  • string $value
setPublishedMax (line 231)
  • return: Provides a fluent interface
  • access: public
Zend_Gdata_Query setPublishedMax (string $value)
  • string $value
setPublishedMin (line 245)
  • return: Provides a fluent interface
  • access: public
Zend_Gdata_Query setPublishedMin (string $value)
  • string $value
setQuery (line 175)
  • return: Provides a fluent interface
  • access: public
Zend_Gdata_Query setQuery (string $value)
  • string $value
setStartIndex (line 189)
  • return: Provides a fluent interface
  • access: public
Zend_Gdata_Query setStartIndex (int $value)
  • int $value
setUpdatedMax (line 203)
  • return: Provides a fluent interface
  • access: public
Zend_Gdata_Query setUpdatedMax (string $value)
  • string $value
setUpdatedMin (line 217)
  • return: Provides a fluent interface
  • access: public
Zend_Gdata_Query setUpdatedMin (string $value)
  • string $value
__get (line 396)
  • access: public
void __get ( $name)
  • $name
__set (line 407)
  • access: public
void __set ( $name,  $val)
  • $name
  • $val

Documentation generated on Mon, 21 Jun 2010 15:40:35 -0400 by phpDocumentor 1.4.3