Zend Framework
1.12
|
Public Member Functions | |
__construct () | |
Constructs a new Zend_Gdata_Spreadsheets_DocumentQuery 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. | |
setDocumentType ($value) | |
Sets the document type for this query. | |
getDocumentType () | |
Gets the document type 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. | |
setTitle ($value) | |
Sets the title attribute for this query. | |
setTitleExact ($value) | |
Sets the title-exact attribute for this query. | |
getTitle () | |
Gets the title attribute for this query. | |
getTitleExact () | |
Gets the title-exact 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_FEED_URI = 'https://spreadsheets.google.com/feeds' |
Protected Attributes | |
$_defaultFeedUri = self::SPREADSHEETS_FEED_URI | |
$_documentType | |
$_visibility = 'private' | |
$_projection = 'full' | |
$_spreadsheetKey = null | |
$_worksheetId = null | |
![]() | |
$_params = array() | |
$_defaultFeedUri = null | |
$_url = null | |
$_category = null | |
__construct | ( | ) |
Constructs a new Zend_Gdata_Spreadsheets_DocumentQuery object.
getDocumentType | ( | ) |
Gets the document type 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.
getSpreadsheetKey | ( | ) |
Gets the spreadsheet key for this query.
getTitle | ( | ) |
Gets the title attribute for this query.
getTitleExact | ( | ) |
Gets the title-exact attribute for this query.
getVisibility | ( | ) |
Gets the visibility for this query.
getWorksheetId | ( | ) |
Gets the worksheet id for this query.
setDocumentType | ( | $value | ) |
Sets the document type for this query.
string | $value | spreadsheets or worksheets |
setProjection | ( | $value | ) |
Sets the projection for this query.
string | $value |
setSpreadsheetKey | ( | $value | ) |
Sets the spreadsheet key for this query.
string | $value |
setTitle | ( | $value | ) |
Sets the title attribute for this query.
string | $value |
setTitleExact | ( | $value | ) |
Sets the title-exact attribute 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_FEED_URI = 'https://spreadsheets.google.com/feeds' |