Zend Framework
1.12
|
Public Member Functions | |
__construct ($url=null) | |
Constructs a new Zend_Gdata_Spreadsheets_CellQuery object. | |
setSpreadsheetKey ($value) | |
Sets the spreadsheet key for this query. | |
getSpreadsheetKey () | |
Gets the spreadsheet key for this query. | |
setWorksheetId ($value) | |
Sets the worksheet id for this query. | |
getWorksheetId () | |
Gets the worksheet id for this query. | |
setCellId ($value) | |
Sets the cell id for this query. | |
getCellId () | |
Gets the cell id for this query. | |
setProjection ($value) | |
Sets the projection for this query. | |
setVisibility ($value) | |
Sets the visibility for this query. | |
getProjection () | |
Gets the projection for this query. | |
getVisibility () | |
Gets the visibility for this query. | |
setMinRow ($value) | |
Sets the min-row attribute for this query. | |
getMinRow () | |
Gets the min-row attribute for this query. | |
setMaxRow ($value) | |
Sets the max-row attribute for this query. | |
getMaxRow () | |
Gets the max-row attribute for this query. | |
setMinCol ($value) | |
Sets the min-col attribute for this query. | |
getMinCol () | |
Gets the min-col attribute for this query. | |
setMaxCol ($value) | |
Sets the max-col attribute for this query. | |
getMaxCol () | |
Gets the max-col attribute for this query. | |
setRange ($value) | |
Sets the range attribute for this query. | |
getRange () | |
Gets the range attribute for this query. | |
setReturnEmpty ($value) | |
Sets the return-empty attribute for this query. | |
getReturnEmpty () | |
Gets the return-empty attribute for this query. | |
getQueryUrl () | |
Gets the full query URL for this query. | |
getQueryString () | |
Gets the attribute query string for this query. | |
![]() | |
__construct ($url=null) | |
Create Gdata_Query object. | |
getQueryString () | |
resetParameters () | |
getQueryUrl () | |
setParam ($name, $value) | |
getParam ($name) | |
setAlt ($value) | |
setMaxResults ($value) | |
setQuery ($value) | |
setStartIndex ($value) | |
setUpdatedMax ($value) | |
setUpdatedMin ($value) | |
setPublishedMax ($value) | |
setPublishedMin ($value) | |
setAuthor ($value) | |
getAlt () | |
getMaxResults () | |
getQuery () | |
getStartIndex () | |
getUpdatedMax () | |
getUpdatedMin () | |
getPublishedMax () | |
getPublishedMin () | |
getAuthor () | |
setCategory ($value) | |
getCategory () | |
__get ($name) | |
__set ($name, $val) | |
Public Attributes | |
const | SPREADSHEETS_CELL_FEED_URI = 'https://spreadsheets.google.com/feeds/cells' |
Protected Attributes | |
$_defaultFeedUri = self::SPREADSHEETS_CELL_FEED_URI | |
$_visibility = 'private' | |
$_projection = 'full' | |
$_spreadsheetKey = null | |
$_worksheetId = 'default' | |
$_cellId = null | |
![]() | |
$_params = array() | |
$_defaultFeedUri = null | |
$_url = null | |
$_category = null | |
__construct | ( | $url = null | ) |
Constructs a new Zend_Gdata_Spreadsheets_CellQuery object.
string | $url | Base URL to use for queries |
getCellId | ( | ) |
Gets the cell id for this query.
getMaxCol | ( | ) |
Gets the max-col attribute for this query.
getMaxRow | ( | ) |
Gets the max-row attribute for this query.
getMinCol | ( | ) |
Gets the min-col attribute for this query.
getMinRow | ( | ) |
Gets the min-row attribute for this query.
getProjection | ( | ) |
Gets the projection for this query.
getQueryString | ( | ) |
Gets the attribute query string for this query.
getQueryUrl | ( | ) |
Gets the full query URL for this query.
getRange | ( | ) |
Gets the range attribute for this query.
getReturnEmpty | ( | ) |
Gets the return-empty attribute for this query.
getSpreadsheetKey | ( | ) |
Gets the spreadsheet key for this query.
getVisibility | ( | ) |
Gets the visibility for this query.
getWorksheetId | ( | ) |
Gets the worksheet id for this query.
setCellId | ( | $value | ) |
Sets the cell id for this query.
string | $value |
setMaxCol | ( | $value | ) |
Sets the max-col attribute for this query.
string | $value |
setMaxRow | ( | $value | ) |
Sets the max-row attribute for this query.
string | $value |
setMinCol | ( | $value | ) |
Sets the min-col attribute for this query.
string | $value |
setMinRow | ( | $value | ) |
Sets the min-row attribute for this query.
string | $value |
setProjection | ( | $value | ) |
Sets the projection for this query.
string | $value |
setRange | ( | $value | ) |
Sets the range attribute for this query.
string | $value |
setReturnEmpty | ( | $value | ) |
Sets the return-empty attribute for this query.
mixed | $value | String or bool value for whether to return empty cells |
setSpreadsheetKey | ( | $value | ) |
Sets the spreadsheet key for this query.
string | $value |
setVisibility | ( | $value | ) |
Sets the visibility for this query.
setWorksheetId | ( | $value | ) |
Sets the worksheet id for this query.
string | $value |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
const SPREADSHEETS_CELL_FEED_URI = 'https://spreadsheets.google.com/feeds/cells' |