Class Zend_Gdata_Spreadsheets_CellQuery

Description

Assists in constructing queries for Google Spreadsheets cells

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

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 52)
  • access: protected
mixed $_defaultFeedUri = self::SPREADSHEETS_CELL_FEED_URI (line 47)
  • access: protected

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

Inherited Variables

Inherited from Zend_Gdata_Query

Zend_Gdata_Query::$_params
Zend_Gdata_Query::$_url
Methods
Constructor __construct (line 57)

Constructs a new Zend_Gdata_Spreadsheets_CellQuery object.

  • access: public
Zend_Gdata_Spreadsheets_CellQuery __construct ()

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

Gets the cell id for this query.

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

Gets the max-col attribute for this query.

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

Gets the max-row attribute for this query.

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

Gets the min-col attribute for this query.

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

Gets the min-row attribute for this query.

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

Gets the projection for this query.

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

Gets the attribute query string for this query.

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

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

Gets the full query URL for this query.

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

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

Gets the range attribute for this query.

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

Gets the return-empty attribute for this query.

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

Gets the spreadsheet key for this query.

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

Gets the visibility for this query.

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

Gets the worksheet id for this query.

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

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 251)

Sets the max-col attribute for this query.

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

Sets the max-row attribute for this query.

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

Sets the min-col attribute for this query.

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

Sets the min-row attribute for this query.

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

Sets the projection for this query.

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

Sets the range attribute for this query.

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

Sets the return-empty attribute for this query.

  • return: Provides a fluent interface
  • access: public
Zend_Gdata_Spreadsheets_DocumentQuery setReturnEmpty (string $value)
  • string $value
setSpreadsheetKey (line 67)

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 138)

Sets the visibility for this query.

  • return: visibility
  • access: public
string setVisibility ( $value)
  • $value
setWorksheetId (line 87)

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::getMaxResults()
 Zend_Gdata_Query::getParam()
 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::setMaxResults()
 Zend_Gdata_Query::setParam()
 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 45)

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