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 lists
SPREADSHEETS_LIST_FEED_URI = 'https://spreadsheets.google.com/feeds/list'
$_defaultFeedUri = 'self'
$_projection = 'full'
$_rowId = 'null'
$_spreadsheetKey = 'null'
$_visibility = 'private'
$_worksheetId = 'default'
__construct(
)
:
Constructs a new Zend_Gdata_Spreadsheets_ListQuery object.
getOrderBy(
)
:
string
Gets the orderby 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.
getReverse(
)
:
string
Gets the reverse attribute for this query.
getRowId(
)
:
string
Gets the row id for the query.
getSpreadsheetKey(
)
:
string
Gets the spreadsheet key for the query.
getSpreadsheetQuery(
)
:
string
Gets the spreadsheet key for this query.
getVisibility(
)
:
string
Gets the visibility for this query.
getWorksheetId(
)
:
string
Gets the worksheet id for the query.
setOrderBy(
string $value
)
:
Zend_Gdata_Spreadsheets_DocumentQuery
Sets the orderby attribute for this query.
setProjection(
string $value
)
:
Zend_Gdata_Spreadsheets_ListQuery
Sets the projection for the query.
setReverse(
string $value
)
:
Zend_Gdata_Spreadsheets_DocumentQuery
Sets the reverse attribute for this query.
setRowId(
string $value
)
:
Zend_Gdata_Spreadsheets_CellQuery
Sets the row id for the query.
setSpreadsheetKey(
string $value
)
:
Zend_Gdata_Spreadsheets_CellQuery
Sets the spreadsheet key for the query.
setSpreadsheetQuery(
string $value
)
:
Zend_Gdata_Spreadsheets_DocumentQuery
Sets the spreadsheet key for this query.
setVisibility(
string $value
)
:
Zend_Gdata_Spreadsheets_ListQuery
Sets the visibility for this query.
setWorksheetId(
string $value
)
:
Zend_Gdata_Spreadsheets_CellQuery
Sets the worksheet id for the query.