Moodle  2.2.1
http://www.collinsharper.com
Zend_Gdata_Spreadsheets_ListQuery Class Reference
Inheritance diagram for Zend_Gdata_Spreadsheets_ListQuery:
Collaboration diagram for Zend_Gdata_Spreadsheets_ListQuery:

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

Detailed Description

Definition at line 45 of file ListQuery.php.


Constructor & Destructor Documentation

Constructs a new Zend_Gdata_Spreadsheets_ListQuery object.

Definition at line 60 of file ListQuery.php.


Member Function Documentation

Gets the orderby attribute for this query.

Returns:
string orderby

Definition at line 212 of file ListQuery.php.

Gets the projection for this query.

Returns:
string projection

Definition at line 151 of file ListQuery.php.

Gets the attribute query string for this query.

Returns:
string query string

Reimplemented from Zend_Gdata_Query.

Definition at line 300 of file ListQuery.php.

Here is the caller graph for this function:

Gets the full query URL for this query.

Returns:
string url

Reimplemented from Zend_Gdata_Query.

Definition at line 255 of file ListQuery.php.

Here is the call graph for this function:

Gets the reverse attribute for this query.

Returns:
string reverse

Definition at line 240 of file ListQuery.php.

getRowId ( )

Gets the row id for the query.

Returns:
string row id

Definition at line 120 of file ListQuery.php.

Gets the spreadsheet key for the query.

Returns:
string spreadsheet key

Definition at line 80 of file ListQuery.php.

Gets the spreadsheet key for this query.

Returns:
string spreadsheet query

Definition at line 184 of file ListQuery.php.

Gets the visibility for this query.

Returns:
string visibility

Definition at line 160 of file ListQuery.php.

Gets the worksheet id for the query.

Returns:
string worksheet id

Definition at line 100 of file ListQuery.php.

setOrderBy ( value)

Sets the orderby attribute for this query.

Parameters:
string$value
Returns:
Zend_Gdata_Spreadsheets_DocumentQuery Provides a fluent interface

Definition at line 198 of file ListQuery.php.

setProjection ( value)

Sets the projection for the query.

Parameters:
string$valueProjection
Returns:
Zend_Gdata_Spreadsheets_ListQuery Provides a fluent interface

Definition at line 130 of file ListQuery.php.

setReverse ( value)

Sets the reverse attribute for this query.

Parameters:
string$value
Returns:
Zend_Gdata_Spreadsheets_DocumentQuery Provides a fluent interface

Definition at line 226 of file ListQuery.php.

setRowId ( value)

Sets the row id for the query.

Parameters:
string$valuerow id
Returns:
Zend_Gdata_Spreadsheets_CellQuery Provides a fluent interface

Definition at line 110 of file ListQuery.php.

setSpreadsheetKey ( value)

Sets the spreadsheet key for the query.

Parameters:
string$value
Returns:
Zend_Gdata_Spreadsheets_CellQuery Provides a fluent interface

Definition at line 70 of file ListQuery.php.

setSpreadsheetQuery ( value)

Sets the spreadsheet key for this query.

Parameters:
string$value
Returns:
Zend_Gdata_Spreadsheets_DocumentQuery Provides a fluent interface

Definition at line 170 of file ListQuery.php.

setVisibility ( value)

Sets the visibility for this query.

Parameters:
string$valuevisibility
Returns:
Zend_Gdata_Spreadsheets_ListQuery Provides a fluent interface

Definition at line 141 of file ListQuery.php.

setWorksheetId ( value)

Sets the worksheet id for the query.

Parameters:
string$value
Returns:
Zend_Gdata_Spreadsheets_CellQuery Provides a fluent interface

Definition at line 90 of file ListQuery.php.


Field Documentation

$_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.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations