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

Public Member Functions

 __construct ($url=null)
 setSpreadsheetKey ($value)
 getSpreadsheetKey ()
 setWorksheetId ($value)
 getWorksheetId ()
 setCellId ($value)
 getCellId ()
 setProjection ($value)
 setVisibility ($value)
 getProjection ()
 getVisibility ()
 setMinRow ($value)
 getMinRow ()
 setMaxRow ($value)
 getMaxRow ()
 setMinCol ($value)
 getMinCol ()
 setMaxCol ($value)
 getMaxCol ()
 setRange ($value)
 getRange ()
 setReturnEmpty ($value)
 getReturnEmpty ()
 getQueryUrl ()
 getQueryString ()

Data Fields

const SPREADSHEETS_CELL_FEED_URI = 'http://spreadsheets.google.com/feeds/cells'

Protected Attributes

 $_defaultFeedUri = self::SPREADSHEETS_CELL_FEED_URI
 $_visibility = 'private'
 $_projection = 'full'
 $_spreadsheetKey = null
 $_worksheetId = 'default'
 $_cellId = null

Detailed Description

Definition at line 45 of file CellQuery.php.


Constructor & Destructor Documentation

__construct ( url = null)

Constructs a new Zend_Gdata_Spreadsheets_CellQuery object.

Parameters:
string$urlBase URL to use for queries

Reimplemented from Zend_Gdata_Query.

Definition at line 62 of file CellQuery.php.


Member Function Documentation

getCellId ( )

Gets the cell id for this query.

Returns:
string cell id

Definition at line 128 of file CellQuery.php.

getMaxCol ( )

Gets the max-col attribute for this query.

Returns:
string max-col

Definition at line 287 of file CellQuery.php.

getMaxRow ( )

Gets the max-row attribute for this query.

Returns:
string max-row

Definition at line 227 of file CellQuery.php.

getMinCol ( )

Gets the min-col attribute for this query.

Returns:
string min-col

Definition at line 257 of file CellQuery.php.

getMinRow ( )

Gets the min-row attribute for this query.

Returns:
string min-row

Definition at line 197 of file CellQuery.php.

Gets the projection for this query.

Returns:
string projection

Definition at line 161 of file CellQuery.php.

Gets the attribute query string for this query.

Returns:
string query string

Reimplemented from Zend_Gdata_Query.

Definition at line 412 of file CellQuery.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 363 of file CellQuery.php.

Here is the call graph for this function:

getRange ( )

Gets the range attribute for this query.

Returns:
string range

Definition at line 317 of file CellQuery.php.

Gets the return-empty attribute for this query.

Returns:
string return-empty

Definition at line 349 of file CellQuery.php.

Gets the spreadsheet key for this query.

Returns:
string spreadsheet key

Definition at line 84 of file CellQuery.php.

Gets the visibility for this query.

Returns:
string visibility

Definition at line 171 of file CellQuery.php.

Gets the worksheet id for this query.

Returns:
string worksheet id

Definition at line 106 of file CellQuery.php.

setCellId ( value)

Sets the cell id for this query.

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

Definition at line 117 of file CellQuery.php.

setMaxCol ( value)

Sets the max-col attribute for this query.

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

Definition at line 272 of file CellQuery.php.

setMaxRow ( value)

Sets the max-row attribute for this query.

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

Definition at line 212 of file CellQuery.php.

setMinCol ( value)

Sets the min-col attribute for this query.

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

Definition at line 242 of file CellQuery.php.

setMinRow ( value)

Sets the min-row attribute for this query.

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

Definition at line 182 of file CellQuery.php.

setProjection ( value)

Sets the projection for this query.

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

Definition at line 139 of file CellQuery.php.

setRange ( value)

Sets the range attribute for this query.

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

Definition at line 302 of file CellQuery.php.

setReturnEmpty ( value)

Sets the return-empty attribute for this query.

Parameters:
mixed$valueString or bool value for whether to return empty cells
Returns:
Zend_Gdata_Spreadsheets_CellQuery Provides a fluent interface

Definition at line 332 of file CellQuery.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 73 of file CellQuery.php.

setVisibility ( value)

Sets the visibility for this query.

Returns:
Zend_Gdata_Spreadsheets_CellQuery Provides a fluent interface

Definition at line 150 of file CellQuery.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 95 of file CellQuery.php.


Field Documentation

$_cellId = null [protected]

Definition at line 55 of file CellQuery.php.

$_defaultFeedUri = self::SPREADSHEETS_CELL_FEED_URI [protected]

Reimplemented from Zend_Gdata_Query.

Definition at line 50 of file CellQuery.php.

$_projection = 'full' [protected]

Definition at line 52 of file CellQuery.php.

$_spreadsheetKey = null [protected]

Definition at line 53 of file CellQuery.php.

$_visibility = 'private' [protected]

Definition at line 51 of file CellQuery.php.

$_worksheetId = 'default' [protected]

Definition at line 54 of file CellQuery.php.

const SPREADSHEETS_CELL_FEED_URI = 'http://spreadsheets.google.com/feeds/cells'

Definition at line 48 of file CellQuery.php.


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