|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| __construct ($url=null) | |
| setSpreadsheetKey ($value) | |
| getSpreadsheetKey () | |
| setWorksheetId ($value) | |
| getWorksheetId () | |
| setCellId ($value) | |
| getCellId () | |
| setProjection ($value) | |
| setVisibility ($value) | |
| getProjection () | |
| getVisibility () | |
| setMinRow ($value) | |
| getMinRow () | |
| setMaxRow ($value) | |
| getMaxRow () | |
| setMinCol ($value) | |
| getMinCol () | |
| setMaxCol ($value) | |
| getMaxCol () | |
| setRange ($value) | |
| getRange () | |
| setReturnEmpty ($value) | |
| getReturnEmpty () | |
| getQueryUrl () | |
| getQueryString () | |
Data Fields | |
| const | SPREADSHEETS_CELL_FEED_URI = 'http://spreadsheets.google.com/feeds/cells' |
Protected Attributes | |
| $_defaultFeedUri = self::SPREADSHEETS_CELL_FEED_URI | |
| $_visibility = 'private' | |
| $_projection = 'full' | |
| $_spreadsheetKey = null | |
| $_worksheetId = 'default' | |
| $_cellId = null | |
Definition at line 45 of file CellQuery.php.
| __construct | ( | $ | url = null | ) |
Constructs a new Zend_Gdata_Spreadsheets_CellQuery object.
| string | $url | Base URL to use for queries |
Reimplemented from Zend_Gdata_Query.
Definition at line 62 of file CellQuery.php.
| getCellId | ( | ) |
Gets the cell id for this query.
Definition at line 128 of file CellQuery.php.
| getMaxCol | ( | ) |
Gets the max-col attribute for this query.
Definition at line 287 of file CellQuery.php.
| getMaxRow | ( | ) |
Gets the max-row attribute for this query.
Definition at line 227 of file CellQuery.php.
| getMinCol | ( | ) |
Gets the min-col attribute for this query.
Definition at line 257 of file CellQuery.php.
| getMinRow | ( | ) |
Gets the min-row attribute for this query.
Definition at line 197 of file CellQuery.php.
| getProjection | ( | ) |
Gets the projection for this query.
Definition at line 161 of file CellQuery.php.
| getQueryString | ( | ) |
Gets the attribute query string for this query.
Reimplemented from Zend_Gdata_Query.
Definition at line 412 of file CellQuery.php.

| getQueryUrl | ( | ) |
Gets the full query URL for this query.
Reimplemented from Zend_Gdata_Query.
Definition at line 363 of file CellQuery.php.

| getRange | ( | ) |
Gets the range attribute for this query.
Definition at line 317 of file CellQuery.php.
| getReturnEmpty | ( | ) |
Gets the return-empty attribute for this query.
Definition at line 349 of file CellQuery.php.
Gets the spreadsheet key for this query.
Definition at line 84 of file CellQuery.php.
| getVisibility | ( | ) |
Gets the visibility for this query.
Definition at line 171 of file CellQuery.php.
| getWorksheetId | ( | ) |
Gets the worksheet id for this query.
Definition at line 106 of file CellQuery.php.
| setCellId | ( | $ | value | ) |
Sets the cell id for this query.
| string | $value |
Definition at line 117 of file CellQuery.php.
| setMaxCol | ( | $ | value | ) |
Sets the max-col attribute for this query.
| string | $value |
Definition at line 272 of file CellQuery.php.
| setMaxRow | ( | $ | value | ) |
Sets the max-row attribute for this query.
| string | $value |
Definition at line 212 of file CellQuery.php.
| setMinCol | ( | $ | value | ) |
Sets the min-col attribute for this query.
| string | $value |
Definition at line 242 of file CellQuery.php.
| setMinRow | ( | $ | value | ) |
Sets the min-row attribute for this query.
| string | $value |
Definition at line 182 of file CellQuery.php.
| setProjection | ( | $ | value | ) |
Sets the projection for this query.
| string | $value |
Definition at line 139 of file CellQuery.php.
| setRange | ( | $ | value | ) |
Sets the range attribute for this query.
| string | $value |
Definition at line 302 of file CellQuery.php.
| setReturnEmpty | ( | $ | value | ) |
Sets the return-empty attribute for this query.
| mixed | $value | String or bool value for whether to return empty cells |
Definition at line 332 of file CellQuery.php.
| setSpreadsheetKey | ( | $ | value | ) |
Sets the spreadsheet key for this query.
| string | $value |
Definition at line 73 of file CellQuery.php.
| setVisibility | ( | $ | value | ) |
Sets the visibility for this query.
Definition at line 150 of file CellQuery.php.
| setWorksheetId | ( | $ | value | ) |
Sets the worksheet id for this query.
| string | $value |
Definition at line 95 of file CellQuery.php.
$_cellId = null [protected] |
Definition at line 55 of file CellQuery.php.
$_defaultFeedUri = self::SPREADSHEETS_CELL_FEED_URI [protected] |
Reimplemented from Zend_Gdata_Query.
Definition at line 50 of file CellQuery.php.
$_projection = 'full' [protected] |
Definition at line 52 of file CellQuery.php.
$_spreadsheetKey = null [protected] |
Definition at line 53 of file CellQuery.php.
$_visibility = 'private' [protected] |
Definition at line 51 of file CellQuery.php.
$_worksheetId = 'default' [protected] |
Definition at line 54 of file CellQuery.php.
| const SPREADSHEETS_CELL_FEED_URI = 'http://spreadsheets.google.com/feeds/cells' |
Definition at line 48 of file CellQuery.php.