|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| __construct () | |
| setSpreadsheetKey ($value) | |
| getSpreadsheetKey () | |
| setWorksheetId ($value) | |
| getWorksheetId () | |
| setDocumentType ($value) | |
| getDocumentType () | |
| setProjection ($value) | |
| setVisibility ($value) | |
| getProjection () | |
| getVisibility () | |
| setTitle ($value) | |
| setTitleExact ($value) | |
| getTitle () | |
| getTitleExact () | |
| getQueryUrl () | |
| getQueryString () | |
Data Fields | |
| const | SPREADSHEETS_FEED_URI = 'http://spreadsheets.google.com/feeds' |
Protected Attributes | |
| $_defaultFeedUri = self::SPREADSHEETS_FEED_URI | |
| $_documentType | |
| $_visibility = 'private' | |
| $_projection = 'full' | |
| $_spreadsheetKey = null | |
| $_worksheetId = null | |
Definition at line 45 of file DocumentQuery.php.
| __construct | ( | ) |
Constructs a new Zend_Gdata_Spreadsheets_DocumentQuery object.
Definition at line 60 of file DocumentQuery.php.
| getDocumentType | ( | ) |
Gets the document type for this query.
Definition at line 120 of file DocumentQuery.php.
| getProjection | ( | ) |
Gets the projection for this query.
Definition at line 150 of file DocumentQuery.php.
| getQueryString | ( | ) |
Gets the attribute query string for this query.
Reimplemented from Zend_Gdata_Query.
Definition at line 283 of file DocumentQuery.php.

| getQueryUrl | ( | ) |
Gets the full query URL for this query.
Reimplemented from Zend_Gdata_Query.
Definition at line 246 of file DocumentQuery.php.

Gets the spreadsheet key for this query.
Definition at line 80 of file DocumentQuery.php.
| getTitle | ( | ) |
Gets the title attribute for this query.
Definition at line 198 of file DocumentQuery.php.
| getTitleExact | ( | ) |
Gets the title-exact attribute for this query.
Definition at line 211 of file DocumentQuery.php.
| getVisibility | ( | ) |
Gets the visibility for this query.
Definition at line 159 of file DocumentQuery.php.
| getWorksheetId | ( | ) |
Gets the worksheet id for this query.
Definition at line 100 of file DocumentQuery.php.
| setDocumentType | ( | $ | value | ) |
Sets the document type for this query.
| string | $value | spreadsheets or worksheets |
Definition at line 110 of file DocumentQuery.php.
| setProjection | ( | $ | value | ) |
Sets the projection for this query.
| string | $value |
Definition at line 130 of file DocumentQuery.php.
| setSpreadsheetKey | ( | $ | value | ) |
Sets the spreadsheet key for this query.
| string | $value |
Definition at line 70 of file DocumentQuery.php.
| setTitle | ( | $ | value | ) |
Sets the title attribute for this query.
| string | $value |
Definition at line 169 of file DocumentQuery.php.
| setTitleExact | ( | $ | value | ) |
Sets the title-exact attribute for this query.
| string | $value |
Definition at line 184 of file DocumentQuery.php.
| setVisibility | ( | $ | value | ) |
Sets the visibility for this query.
Definition at line 140 of file DocumentQuery.php.
| setWorksheetId | ( | $ | value | ) |
Sets the worksheet id for this query.
| string | $value |
Definition at line 90 of file DocumentQuery.php.
$_defaultFeedUri = self::SPREADSHEETS_FEED_URI [protected] |
Reimplemented from Zend_Gdata_Query.
Definition at line 50 of file DocumentQuery.php.
$_documentType [protected] |
Definition at line 51 of file DocumentQuery.php.
$_projection = 'full' [protected] |
Definition at line 53 of file DocumentQuery.php.
$_spreadsheetKey = null [protected] |
Definition at line 54 of file DocumentQuery.php.
$_visibility = 'private' [protected] |
Definition at line 52 of file DocumentQuery.php.
$_worksheetId = null [protected] |
Definition at line 55 of file DocumentQuery.php.
| const SPREADSHEETS_FEED_URI = 'http://spreadsheets.google.com/feeds' |
Definition at line 48 of file DocumentQuery.php.