Class Zend_Gdata_Spreadsheets_CellQuery

Description

Assists in constructing queries for Google Spreadsheets cells

Located in /Gdata/Spreadsheets/CellQuery.php (line 45)

Zend_Gdata_Query
   |
   --Zend_Gdata_Spreadsheets_CellQuery
Class Constant Summary
 SPREADSHEETS_CELL_FEED_URI = 'http://spreadsheets.google.com/feeds/cells'
Variable Summary
Method Summary
Variables
mixed $_cellId = null (line 55)
  • access: protected
mixed $_defaultFeedUri = self::SPREADSHEETS_CELL_FEED_URI (line 50)
  • access: protected

Redefinition of:
Zend_Gdata_Query::$_defaultFeedUri
Default URL
mixed $_projection = 'full' (line 52)
  • access: protected
mixed $_spreadsheetKey = null (line 53)
  • access: protected
mixed $_visibility = 'private' (line 51)
  • access: protected
mixed $_worksheetId = 'default' (line 54)
  • access: protected

Inherited Variables

Inherited from Zend_Gdata_Query

Zend_Gdata_Query::$_category
Zend_Gdata_Query::$_params
Zend_Gdata_Query::$_url
Methods
Constructor __construct (line 62)

Constructs a new Zend_Gdata_Spreadsheets_CellQuery object.

  • access: public
Zend_Gdata_Spreadsheets_CellQuery __construct ([string $url = null])
  • string $url: Base URL to use for queries

Redefinition of:
Zend_Gdata_Query::__construct()
Create Gdata_Query object
getCellId (line 128)

Gets the cell id for this query.

  • return: cell id
  • access: public
string getCellId ()
getMaxCol (line 287)

Gets the max-col attribute for this query.

  • return: max-col
  • access: public
string getMaxCol ()
getMaxRow (line 227)

Gets the max-row attribute for this query.

  • return: max-row
  • access: public
string getMaxRow ()
getMinCol (line 257)

Gets the min-col attribute for this query.

  • return: min-col
  • access: public
string getMinCol ()
getMinRow (line 197)

Gets the min-row attribute for this query.

  • return: min-row
  • access: public
string getMinRow ()
getProjection (line 161)

Gets the projection for this query.

  • return: projection
  • access: public
string getProjection ()
getQueryString (line 412)

Gets the attribute query string for this query.

  • return: query string
  • access: public
string getQueryString ()

Redefinition of:
Zend_Gdata_Query::getQueryString()
getQueryUrl (line 363)

Gets the full query URL for this query.

  • return: url
  • access: public
string getQueryUrl ()

Redefinition of:
Zend_Gdata_Query::getQueryUrl()
getRange (line 317)

Gets the range attribute for this query.

  • return: range
  • access: public
string getRange ()
getReturnEmpty (line 349)

Gets the return-empty attribute for this query.

  • return: return-empty
  • access: public
string getReturnEmpty ()
getSpreadsheetKey (line 84)

Gets the spreadsheet key for this query.

  • return: spreadsheet key
  • access: public
string getSpreadsheetKey ()
getVisibility (line 171)

Gets the visibility for this query.

  • return: visibility
  • access: public
string getVisibility ()
getWorksheetId (line 106)

Gets the worksheet id for this query.

  • return: worksheet id
  • access: public
string getWorksheetId ()
setCellId (line 117)

Sets the cell id for this query.

  • return: Provides a fluent interface
  • access: public
Zend_Gdata_Spreadsheets_CellQuery setCellId (string $value)
  • string $value
setMaxCol (line 272)

Sets the max-col attribute for this query.

  • return: Provides a fluent interface
  • access: public
Zend_Gdata_Spreadsheets_CellQuery setMaxCol (string $value)
  • string $value
setMaxRow (line 212)

Sets the max-row attribute for this query.

  • return: Provides a fluent interface
  • access: public
Zend_Gdata_Spreadsheets_CellQuery setMaxRow (string $value)
  • string $value
setMinCol (line 242)

Sets the min-col attribute for this query.

  • return: Provides a fluent interface
  • access: public
Zend_Gdata_Spreadsheets_CellQuery setMinCol (string $value)
  • string $value
setMinRow (line 182)

Sets the min-row attribute for this query.

  • return: Provides a fluent interface
  • access: public
Zend_Gdata_Spreadsheets_CellQuery setMinRow (string $value)
  • string $value
setProjection (line 139)

Sets the projection for this query.

  • return: Provides a fluent interface
  • access: public
Zend_Gdata_Spreadsheets_CellQuery setProjection (string $value)
  • string $value
setRange (line 302)

Sets the range attribute for this query.

  • return: Provides a fluent interface
  • access: public
Zend_Gdata_Spreadsheets_CellQuery setRange (string $value)
  • string $value
setReturnEmpty (line 332)

Sets the return-empty attribute for this query.

  • return: Provides a fluent interface
  • access: public
Zend_Gdata_Spreadsheets_CellQuery setReturnEmpty (mixed $value)
  • mixed $value: String or bool value for whether to return empty cells
setSpreadsheetKey (line 73)

Sets the spreadsheet key for this query.

  • return: Provides a fluent interface
  • access: public
Zend_Gdata_Spreadsheets_CellQuery setSpreadsheetKey (string $value)
  • string $value
setVisibility (line 150)

Sets the visibility for this query.

  • return: Provides a fluent interface
  • access: public
Zend_Gdata_Spreadsheets_CellQuery setVisibility ( $value)
  • $value
setWorksheetId (line 95)

Sets the worksheet id for this query.

  • return: Provides a fluent interface
  • access: public
Zend_Gdata_Spreadsheets_CellQuery setWorksheetId (string $value)
  • string $value

Inherited Methods

Inherited From Zend_Gdata_Query

 Zend_Gdata_Query::__construct()
 Zend_Gdata_Query::getAlt()
 Zend_Gdata_Query::getAuthor()
 Zend_Gdata_Query::getCategory()
 Zend_Gdata_Query::getMaxResults()
 Zend_Gdata_Query::getParam()
 Zend_Gdata_Query::getPublishedMax()
 Zend_Gdata_Query::getPublishedMin()
 Zend_Gdata_Query::getQuery()
 Zend_Gdata_Query::getQueryString()
 Zend_Gdata_Query::getQueryUrl()
 Zend_Gdata_Query::getStartIndex()
 Zend_Gdata_Query::getUpdatedMax()
 Zend_Gdata_Query::getUpdatedMin()
 Zend_Gdata_Query::resetParameters()
 Zend_Gdata_Query::setAlt()
 Zend_Gdata_Query::setAuthor()
 Zend_Gdata_Query::setCategory()
 Zend_Gdata_Query::setMaxResults()
 Zend_Gdata_Query::setParam()
 Zend_Gdata_Query::setPublishedMax()
 Zend_Gdata_Query::setPublishedMin()
 Zend_Gdata_Query::setQuery()
 Zend_Gdata_Query::setStartIndex()
 Zend_Gdata_Query::setUpdatedMax()
 Zend_Gdata_Query::setUpdatedMin()
 Zend_Gdata_Query::__get()
 Zend_Gdata_Query::__set()
Class Constants
SPREADSHEETS_CELL_FEED_URI = 'http://spreadsheets.google.com/feeds/cells' (line 48)

Documentation generated on Mon, 21 Jun 2010 15:11:14 -0400 by phpDocumentor 1.4.3