Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Assists in constructing queries for Google Spreadsheets cells
SPREADSHEETS_CELL_FEED_URI = 'https://spreadsheets.google.com/feeds/cells'
$_cellId = 'null'
$_defaultFeedUri = 'self'
$_projection = 'full'
$_spreadsheetKey = 'null'
$_visibility = 'private'
$_worksheetId = 'default'
__construct(
string $url
=
null
)
:
Constructs a new Zend_Gdata_Spreadsheets_CellQuery object.
getCellId(
)
:
string
Gets the cell id for this query.
getMaxCol(
)
:
string
Gets the max-col attribute for this query.
getMaxRow(
)
:
string
Gets the max-row attribute for this query.
getMinCol(
)
:
string
Gets the min-col attribute for this query.
getMinRow(
)
:
string
Gets the min-row attribute for this query.
getProjection(
)
:
string
Gets the projection for this query.
getQueryString(
)
:
string
Gets the attribute query string for this query.
getQueryUrl(
)
:
string
Gets the full query URL for this query.
getRange(
)
:
string
Gets the range attribute for this query.
getReturnEmpty(
)
:
string
Gets the return-empty attribute for this query.
getSpreadsheetKey(
)
:
string
Gets the spreadsheet key for this query.
getVisibility(
)
:
string
Gets the visibility for this query.
getWorksheetId(
)
:
string
Gets the worksheet id for this query.
setCellId(
string $value
)
:
Zend_Gdata_Spreadsheets_CellQuery
Sets the cell id for this query.
setMaxCol(
string $value
)
:
Zend_Gdata_Spreadsheets_CellQuery
Sets the max-col attribute for this query.
setMaxRow(
string $value
)
:
Zend_Gdata_Spreadsheets_CellQuery
Sets the max-row attribute for this query.
setMinCol(
string $value
)
:
Zend_Gdata_Spreadsheets_CellQuery
Sets the min-col attribute for this query.
setMinRow(
string $value
)
:
Zend_Gdata_Spreadsheets_CellQuery
Sets the min-row attribute for this query.
setProjection(
string $value
)
:
Zend_Gdata_Spreadsheets_CellQuery
Sets the projection for this query.
setRange(
string $value
)
:
Zend_Gdata_Spreadsheets_CellQuery
Sets the range attribute for this query.
setReturnEmpty(
mixed $value
)
:
Zend_Gdata_Spreadsheets_CellQuery
Sets the return-empty attribute for this query.
setSpreadsheetKey(
string $value
)
:
Zend_Gdata_Spreadsheets_CellQuery
Sets the spreadsheet key for this query.
setVisibility(
$value
)
:
Zend_Gdata_Spreadsheets_CellQuery
Sets the visibility for this query.
setWorksheetId(
string $value
)
:
Zend_Gdata_Spreadsheets_CellQuery
Sets the worksheet id for this query.