| [ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
Zend Framework LICENSE
| Copyright: | Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
| License: | http://framework.zend.com/license/new-bsd New BSD License |
| Version: | $Id: CellQuery.php 24593 2012-01-05 20:35:02Z matthew $ |
| File Size: | 417 lines (11 kb) |
| Included or required: | 1 time |
| Referenced: | 0 times |
| Includes or requires: | 3 files include/Zend/Gdata/App/Exception.php include/Zend/Gdata/App/Util.php include/Zend/Gdata/Query.php |
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:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |