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 documents
SPREADSHEETS_FEED_URI = 'https://spreadsheets.google.com/feeds'
$_defaultFeedUri = 'self'
$_documentType = ''
$_projection = 'full'
$_spreadsheetKey = 'null'
$_visibility = 'private'
$_worksheetId = 'null'
__construct(
)
:
Constructs a new Zend_Gdata_Spreadsheets_DocumentQuery object.
appendVisibilityProjection(
)
:
getDocumentType(
)
:
string
Gets the document type 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.
getSpreadsheetKey(
)
:
string
Gets the spreadsheet key for this query.
getTitle(
)
:
string
Gets the title attribute for this query.
getTitleExact(
)
:
string
Gets the title-exact attribute for this query.
getVisibility(
)
:
string
Gets the visibility for this query.
getWorksheetId(
)
:
string
Gets the worksheet id for this query.
setDocumentType(
string $value
)
:
Zend_Gdata_Spreadsheets_DocumentQuery
Sets the document type for this query.
setProjection(
string $value
)
:
Zend_Gdata_Spreadsheets_DocumentQuery
Sets the projection for this query.
setSpreadsheetKey(
string $value
)
:
Zend_Gdata_Spreadsheets_CellQuery
Sets the spreadsheet key for this query.
setTitle(
string $value
)
:
Zend_Gdata_Spreadsheets_DocumentQuery
Sets the title attribute for this query.
setTitleExact(
string $value
)
:
Zend_Gdata_Spreadsheets_DocumentQuery
Sets the title-exact attribute for this query.
setVisibility(
$value
)
:
Zend_Gdata_Spreadsheets_DocumentQuery
Sets the visibility for this query.
setWorksheetId(
string $value
)
:
Zend_Gdata_Spreadsheets_CellQuery
Sets the worksheet id for this query.