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

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

Detailed Description

Definition at line 45 of file DocumentQuery.php.


Constructor & Destructor Documentation

Constructs a new Zend_Gdata_Spreadsheets_DocumentQuery object.

Definition at line 60 of file DocumentQuery.php.


Member Function Documentation

Gets the document type for this query.

Returns:
string document type

Definition at line 120 of file DocumentQuery.php.

Gets the projection for this query.

Returns:
string projection

Definition at line 150 of file DocumentQuery.php.

Gets the attribute query string for this query.

Returns:
string query string

Reimplemented from Zend_Gdata_Query.

Definition at line 283 of file DocumentQuery.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 246 of file DocumentQuery.php.

Here is the call graph for this function:

Gets the spreadsheet key for this query.

Returns:
string spreadsheet key

Definition at line 80 of file DocumentQuery.php.

getTitle ( )

Gets the title attribute for this query.

Returns:
string title

Definition at line 198 of file DocumentQuery.php.

Gets the title-exact attribute for this query.

Returns:
string title-exact

Definition at line 211 of file DocumentQuery.php.

Gets the visibility for this query.

Returns:
string visibility

Definition at line 159 of file DocumentQuery.php.

Gets the worksheet id for this query.

Returns:
string worksheet id

Definition at line 100 of file DocumentQuery.php.

setDocumentType ( value)

Sets the document type for this query.

Parameters:
string$valuespreadsheets or worksheets
Returns:
Zend_Gdata_Spreadsheets_DocumentQuery Provides a fluent interface

Definition at line 110 of file DocumentQuery.php.

setProjection ( value)

Sets the projection for this query.

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

Definition at line 130 of file DocumentQuery.php.

setSpreadsheetKey ( value)

Sets the spreadsheet key for this query.

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

Definition at line 70 of file DocumentQuery.php.

setTitle ( value)

Sets the title attribute for this query.

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

Definition at line 169 of file DocumentQuery.php.

setTitleExact ( value)

Sets the title-exact attribute for this query.

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

Definition at line 184 of file DocumentQuery.php.

setVisibility ( value)

Sets the visibility for this query.

Returns:
Zend_Gdata_Spreadsheets_DocumentQuery Provides a fluent interface

Definition at line 140 of file DocumentQuery.php.

setWorksheetId ( value)

Sets the worksheet id for this query.

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

Definition at line 90 of file DocumentQuery.php.


Field Documentation

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


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