API Documentation

Gdata/Spreadsheets/CellQuery.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Gdata
subpackage
Spreadsheets
version
$Id: CellQuery.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Gdata_Spreadsheets_CellQuery

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Zend_Gdata_Spreadsheets_CellQuery

Extends from
Zend_Gdata_Query
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
link
http://code.google.com/apis/gdata/spreadsheets/
package
Zend_Gdata
subpackage
Spreadsheets
Constants
SPREADSHEETS_CELL_FEED_URI
Properties
$_defaultFeedUri
$_visibility
$_projection
$_spreadsheetKey
$_worksheetId
$_cellId
Methods
__construct
setSpreadsheetKey
getSpreadsheetKey
setWorksheetId
getWorksheetId
setCellId
getCellId
setProjection
setVisibility
getProjection
getVisibility
setMinRow
getMinRow
setMaxRow
getMaxRow
setMinCol
getMinCol
setMaxCol
getMaxCol
setRange
getRange
setReturnEmpty
getReturnEmpty
getQueryUrl
getQueryString

Description

Assists in constructing queries for Google Spreadsheets cells

Constants

SPREADSHEETS_CELL_FEED_URI

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

Details

value
http://spreadsheets.google.com/feeds/cells

Properties

$_cellId

 $_cellId = 'null'

Details

visibility
protected
default
null
final
false
static
false

$_defaultFeedUri

 $_defaultFeedUri = 'self'

Details

visibility
protected
default
self
final
false
static
false

$_projection

 $_projection = 'full'

Details

visibility
protected
default
full
final
false
static
false

$_spreadsheetKey

 $_spreadsheetKey = 'null'

Details

visibility
protected
default
null
final
false
static
false

$_visibility

 $_visibility = 'private'

Details

visibility
protected
default
private
final
false
static
false

$_worksheetId

 $_worksheetId = 'default'

Details

visibility
protected
default
default
final
false
static
false

Methods

__construct

__construct( string $url = null ) :

Constructs a new Zend_Gdata_Spreadsheets_CellQuery object.

Arguments
$url
string
Base URL to use for queries
Details
visibility
public
final
false
static
false

getCellId

getCellId( ) : string

Gets the cell id for this query.

Output
string
cell id
Details
visibility
public
final
false
static
false

getMaxCol

getMaxCol( ) : string

Gets the max-col attribute for this query.

Output
string
max-col
Details
visibility
public
final
false
static
false

getMaxRow

getMaxRow( ) : string

Gets the max-row attribute for this query.

Output
string
max-row
Details
visibility
public
final
false
static
false

getMinCol

getMinCol( ) : string

Gets the min-col attribute for this query.

Output
string
min-col
Details
visibility
public
final
false
static
false

getMinRow

getMinRow( ) : string

Gets the min-row attribute for this query.

Output
string
min-row
Details
visibility
public
final
false
static
false

getProjection

getProjection( ) : string

Gets the projection for this query.

Output
string
projection
Details
visibility
public
final
false
static
false

getQueryString

getQueryString( ) : string

Gets the attribute query string for this query.

Output
string
query string
Details
visibility
public
final
false
static
false

getQueryUrl

getQueryUrl( ) : string

Gets the full query URL for this query.

Output
string
url
Details
visibility
public
final
false
static
false

getRange

getRange( ) : string

Gets the range attribute for this query.

Output
string
range
Details
visibility
public
final
false
static
false

getReturnEmpty

getReturnEmpty( ) : string

Gets the return-empty attribute for this query.

Output
string
return-empty
Details
visibility
public
final
false
static
false

getSpreadsheetKey

getSpreadsheetKey( ) : string

Gets the spreadsheet key for this query.

Output
string
spreadsheet key
Details
visibility
public
final
false
static
false

getVisibility

getVisibility( ) : string

Gets the visibility for this query.

Output
string
visibility
Details
visibility
public
final
false
static
false

getWorksheetId

getWorksheetId( ) : string

Gets the worksheet id for this query.

Output
string
worksheet id
Details
visibility
public
final
false
static
false

setCellId

setCellId( string $value ) : Zend_Gdata_Spreadsheets_CellQuery

Sets the cell id for this query.

Arguments
$value
string
Output
Zend_Gdata_Spreadsheets_CellQuery
Provides a fluent interface
Details
visibility
public
final
false
static
false

setMaxCol

setMaxCol( string $value ) : Zend_Gdata_Spreadsheets_CellQuery

Sets the max-col attribute for this query.

Arguments
$value
string
Output
Zend_Gdata_Spreadsheets_CellQuery
Provides a fluent interface
Details
visibility
public
final
false
static
false

setMaxRow

setMaxRow( string $value ) : Zend_Gdata_Spreadsheets_CellQuery

Sets the max-row attribute for this query.

Arguments
$value
string
Output
Zend_Gdata_Spreadsheets_CellQuery
Provides a fluent interface
Details
visibility
public
final
false
static
false

setMinCol

setMinCol( string $value ) : Zend_Gdata_Spreadsheets_CellQuery

Sets the min-col attribute for this query.

Arguments
$value
string
Output
Zend_Gdata_Spreadsheets_CellQuery
Provides a fluent interface
Details
visibility
public
final
false
static
false

setMinRow

setMinRow( string $value ) : Zend_Gdata_Spreadsheets_CellQuery

Sets the min-row attribute for this query.

Arguments
$value
string
Output
Zend_Gdata_Spreadsheets_CellQuery
Provides a fluent interface
Details
visibility
public
final
false
static
false

setProjection

setProjection( string $value ) : Zend_Gdata_Spreadsheets_CellQuery

Sets the projection for this query.

Arguments
$value
string
Output
Zend_Gdata_Spreadsheets_CellQuery
Provides a fluent interface
Details
visibility
public
final
false
static
false

setRange

setRange( string $value ) : Zend_Gdata_Spreadsheets_CellQuery

Sets the range attribute for this query.

Arguments
$value
string
Output
Zend_Gdata_Spreadsheets_CellQuery
Provides a fluent interface
Details
visibility
public
final
false
static
false

setReturnEmpty

setReturnEmpty( mixed $value ) : Zend_Gdata_Spreadsheets_CellQuery

Sets the return-empty attribute for this query.

Arguments
$value
mixed
String or bool value for whether to return empty cells
Output
Zend_Gdata_Spreadsheets_CellQuery
Provides a fluent interface
Details
visibility
public
final
false
static
false

setSpreadsheetKey

setSpreadsheetKey( string $value ) : Zend_Gdata_Spreadsheets_CellQuery

Sets the spreadsheet key for this query.

Arguments
$value
string
Output
Zend_Gdata_Spreadsheets_CellQuery
Provides a fluent interface
Details
visibility
public
final
false
static
false

setVisibility

setVisibility(  $value ) : Zend_Gdata_Spreadsheets_CellQuery

Sets the visibility for this query.

Arguments
$value
Output
Zend_Gdata_Spreadsheets_CellQuery
Provides a fluent interface
Details
visibility
public
final
false
static
false

setWorksheetId

setWorksheetId( string $value ) : Zend_Gdata_Spreadsheets_CellQuery

Sets the worksheet id for this query.

Arguments
$value
string
Output
Zend_Gdata_Spreadsheets_CellQuery
Provides a fluent interface
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.