[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/zend/Zend/Gdata/Spreadsheets/ -> CellQuery.php (summary)

Zend Framework LICENSE

Copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
License: http://framework.zend.com/license/new-bsd New BSD License
Version: $Id$
File Size: 417 lines (10 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Zend_Gdata_Spreadsheets_CellQuery:: (25 methods):
  __construct()
  setSpreadsheetKey()
  getSpreadsheetKey()
  setWorksheetId()
  getWorksheetId()
  setCellId()
  getCellId()
  setProjection()
  setVisibility()
  getProjection()
  getVisibility()
  setMinRow()
  getMinRow()
  setMaxRow()
  getMaxRow()
  setMinCol()
  getMinCol()
  setMaxCol()
  getMaxCol()
  setRange()
  getRange()
  setReturnEmpty()
  getReturnEmpty()
  getQueryUrl()
  getQueryString()


Class: Zend_Gdata_Spreadsheets_CellQuery  - X-Ref

Assists in constructing queries for Google Spreadsheets cells

__construct($url = null)   X-Ref
Constructs a new Zend_Gdata_Spreadsheets_CellQuery object.

param: string $url Base URL to use for queries

setSpreadsheetKey($value)   X-Ref
Sets the spreadsheet key for this query.

param: string $value
return: Zend_Gdata_Spreadsheets_CellQuery Provides a fluent interface

getSpreadsheetKey()   X-Ref
Gets the spreadsheet key for this query.

return: string spreadsheet key

setWorksheetId($value)   X-Ref
Sets the worksheet id for this query.

param: string $value
return: Zend_Gdata_Spreadsheets_CellQuery Provides a fluent interface

getWorksheetId()   X-Ref
Gets the worksheet id for this query.

return: string worksheet id

setCellId($value)   X-Ref
Sets the cell id for this query.

param: string $value
return: Zend_Gdata_Spreadsheets_CellQuery Provides a fluent interface

getCellId()   X-Ref
Gets the cell id for this query.

return: string cell id

setProjection($value)   X-Ref
Sets the projection for this query.

param: string $value
return: Zend_Gdata_Spreadsheets_CellQuery Provides a fluent interface

setVisibility($value)   X-Ref
Sets the visibility for this query.

return: Zend_Gdata_Spreadsheets_CellQuery Provides a fluent interface

getProjection()   X-Ref
Gets the projection for this query.

return: string projection

getVisibility()   X-Ref
Gets the visibility for this query.

return: string visibility

setMinRow($value)   X-Ref
Sets the min-row attribute for this query.

param: string $value
return: Zend_Gdata_Spreadsheets_CellQuery Provides a fluent interface

getMinRow()   X-Ref
Gets the min-row attribute for this query.

return: string min-row

setMaxRow($value)   X-Ref
Sets the max-row attribute for this query.

param: string $value
return: Zend_Gdata_Spreadsheets_CellQuery Provides a fluent interface

getMaxRow()   X-Ref
Gets the max-row attribute for this query.

return: string max-row

setMinCol($value)   X-Ref
Sets the min-col attribute for this query.

param: string $value
return: Zend_Gdata_Spreadsheets_CellQuery Provides a fluent interface

getMinCol()   X-Ref
Gets the min-col attribute for this query.

return: string min-col

setMaxCol($value)   X-Ref
Sets the max-col attribute for this query.

param: string $value
return: Zend_Gdata_Spreadsheets_CellQuery Provides a fluent interface

getMaxCol()   X-Ref
Gets the max-col attribute for this query.

return: string max-col

setRange($value)   X-Ref
Sets the range attribute for this query.

param: string $value
return: Zend_Gdata_Spreadsheets_CellQuery Provides a fluent interface

getRange()   X-Ref
Gets the range attribute for this query.

return: string range

setReturnEmpty($value)   X-Ref
Sets the return-empty attribute for this query.

param: mixed $value String or bool value for whether to return empty cells
return: Zend_Gdata_Spreadsheets_CellQuery Provides a fluent interface

getReturnEmpty()   X-Ref
Gets the return-empty attribute for this query.

return: string return-empty

getQueryUrl()   X-Ref
Gets the full query URL for this query.

return: string url

getQueryString()   X-Ref
Gets the attribute query string for this query.

return: string query string



Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1