Zend Framework
1.12
|
Public Member Functions | |
__construct () | |
Constructs a new Zend_Gdata_Spreadsheets_ListQuery object. | |
setSpreadsheetKey ($value) | |
Sets the spreadsheet key for the query. | |
getSpreadsheetKey () | |
Gets the spreadsheet key for the query. | |
setWorksheetId ($value) | |
Sets the worksheet id for the query. | |
getWorksheetId () | |
Gets the worksheet id for the query. | |
setRowId ($value) | |
Sets the row id for the query. | |
getRowId () | |
Gets the row id for the query. | |
setProjection ($value) | |
Sets the projection for the query. | |
setVisibility ($value) | |
Sets the visibility for this query. | |
getProjection () | |
Gets the projection for this query. | |
getVisibility () | |
Gets the visibility for this query. | |
setSpreadsheetQuery ($value) | |
Sets the spreadsheet key for this query. | |
getSpreadsheetQuery () | |
Gets the spreadsheet key for this query. | |
setOrderBy ($value) | |
Sets the orderby attribute for this query. | |
getOrderBy () | |
Gets the orderby attribute for this query. | |
setReverse ($value) | |
Sets the reverse attribute for this query. | |
getReverse () | |
Gets the reverse 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_LIST_FEED_URI = 'https://spreadsheets.google.com/feeds/list' |
Protected Attributes | |
$_defaultFeedUri = self::SPREADSHEETS_LIST_FEED_URI | |
$_visibility = 'private' | |
$_projection = 'full' | |
$_spreadsheetKey = null | |
$_worksheetId = 'default' | |
$_rowId = null | |
![]() | |
$_params = array() | |
$_defaultFeedUri = null | |
$_url = null | |
$_category = null | |
__construct | ( | ) |
Constructs a new Zend_Gdata_Spreadsheets_ListQuery object.
getOrderBy | ( | ) |
Gets the orderby 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.
getReverse | ( | ) |
Gets the reverse attribute for this query.
getRowId | ( | ) |
Gets the row id for the query.
getSpreadsheetKey | ( | ) |
Gets the spreadsheet key for the query.
getSpreadsheetQuery | ( | ) |
Gets the spreadsheet key for this query.
getVisibility | ( | ) |
Gets the visibility for this query.
getWorksheetId | ( | ) |
Gets the worksheet id for the query.
setOrderBy | ( | $value | ) |
Sets the orderby attribute for this query.
string | $value |
setProjection | ( | $value | ) |
Sets the projection for the query.
string | $value | Projection |
setReverse | ( | $value | ) |
Sets the reverse attribute for this query.
string | $value |
setRowId | ( | $value | ) |
Sets the row id for the query.
string | $value | row id |
setSpreadsheetKey | ( | $value | ) |
Sets the spreadsheet key for the query.
string | $value |
setSpreadsheetQuery | ( | $value | ) |
Sets the spreadsheet key for this query.
string | $value |
setVisibility | ( | $value | ) |
Sets the visibility for this query.
string | $value | visibility |
setWorksheetId | ( | $value | ) |
Sets the worksheet id for the query.
string | $value |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
const SPREADSHEETS_LIST_FEED_URI = 'https://spreadsheets.google.com/feeds/list' |