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


Public Member Functions | |
| __construct () | |
| setSpreadsheetKey ($value) | |
| getSpreadsheetKey () | |
| setWorksheetId ($value) | |
| getWorksheetId () | |
| setRowId ($value) | |
| getRowId () | |
| setProjection ($value) | |
| setVisibility ($value) | |
| getProjection () | |
| getVisibility () | |
| setSpreadsheetQuery ($value) | |
| getSpreadsheetQuery () | |
| setOrderBy ($value) | |
| getOrderBy () | |
| setReverse ($value) | |
| getReverse () | |
| getQueryUrl () | |
| getQueryString () | |
Data Fields | |
| const | SPREADSHEETS_LIST_FEED_URI = 'http://spreadsheets.google.com/feeds/list' |
Protected Attributes | |
| $_defaultFeedUri = self::SPREADSHEETS_LIST_FEED_URI | |
| $_visibility = 'private' | |
| $_projection = 'full' | |
| $_spreadsheetKey = null | |
| $_worksheetId = 'default' | |
| $_rowId = null | |
Definition at line 45 of file ListQuery.php.
| __construct | ( | ) |
Constructs a new Zend_Gdata_Spreadsheets_ListQuery object.
Definition at line 60 of file ListQuery.php.
| getOrderBy | ( | ) |
Gets the orderby attribute for this query.
Definition at line 212 of file ListQuery.php.
| getProjection | ( | ) |
Gets the projection for this query.
Definition at line 151 of file ListQuery.php.
| getQueryString | ( | ) |
Gets the attribute query string for this query.
Reimplemented from Zend_Gdata_Query.
Definition at line 300 of file ListQuery.php.

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

| getReverse | ( | ) |
Gets the reverse attribute for this query.
Definition at line 240 of file ListQuery.php.
| getRowId | ( | ) |
Gets the spreadsheet key for the query.
Definition at line 80 of file ListQuery.php.
Gets the spreadsheet key for this query.
Definition at line 184 of file ListQuery.php.
| getVisibility | ( | ) |
Gets the visibility for this query.
Definition at line 160 of file ListQuery.php.
| getWorksheetId | ( | ) |
Gets the worksheet id for the query.
Definition at line 100 of file ListQuery.php.
| setOrderBy | ( | $ | value | ) |
Sets the orderby attribute for this query.
| string | $value |
Definition at line 198 of file ListQuery.php.
| setProjection | ( | $ | value | ) |
Sets the projection for the query.
| string | $value | Projection |
Definition at line 130 of file ListQuery.php.
| setReverse | ( | $ | value | ) |
Sets the reverse attribute for this query.
| string | $value |
Definition at line 226 of file ListQuery.php.
| setRowId | ( | $ | value | ) |
Sets the row id for the query.
| string | $value | row id |
Definition at line 110 of file ListQuery.php.
| setSpreadsheetKey | ( | $ | value | ) |
Sets the spreadsheet key for the query.
| string | $value |
Definition at line 70 of file ListQuery.php.
| setSpreadsheetQuery | ( | $ | value | ) |
Sets the spreadsheet key for this query.
| string | $value |
Definition at line 170 of file ListQuery.php.
| setVisibility | ( | $ | value | ) |
Sets the visibility for this query.
| string | $value | visibility |
Definition at line 141 of file ListQuery.php.
| setWorksheetId | ( | $ | value | ) |
Sets the worksheet id for the query.
| string | $value |
Definition at line 90 of file ListQuery.php.
$_defaultFeedUri = self::SPREADSHEETS_LIST_FEED_URI [protected] |
Reimplemented from Zend_Gdata_Query.
Definition at line 50 of file ListQuery.php.
$_projection = 'full' [protected] |
Definition at line 52 of file ListQuery.php.
$_rowId = null [protected] |
Definition at line 55 of file ListQuery.php.
$_spreadsheetKey = null [protected] |
Definition at line 53 of file ListQuery.php.
$_visibility = 'private' [protected] |
Definition at line 51 of file ListQuery.php.
$_worksheetId = 'default' [protected] |
Definition at line 54 of file ListQuery.php.
| const SPREADSHEETS_LIST_FEED_URI = 'http://spreadsheets.google.com/feeds/list' |
Definition at line 48 of file ListQuery.php.