API Documentation

Gdata/Spreadsheets/DocumentQuery.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: DocumentQuery.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Gdata_Spreadsheets_DocumentQuery

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_DocumentQuery

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_FEED_URI
Properties
$_defaultFeedUri
$_documentType
$_visibility
$_projection
$_spreadsheetKey
$_worksheetId
Methods
__construct
setSpreadsheetKey
getSpreadsheetKey
setWorksheetId
getWorksheetId
setDocumentType
getDocumentType
setProjection
setVisibility
getProjection
getVisibility
setTitle
setTitleExact
getTitle
getTitleExact
appendVisibilityProjection
getQueryUrl
getQueryString

Description

Assists in constructing queries for Google Spreadsheets documents

Constants

SPREADSHEETS_FEED_URI

 SPREADSHEETS_FEED_URI = 'http://spreadsheets.google.com/feeds'

Details

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

Properties

$_defaultFeedUri

 $_defaultFeedUri = 'self'

Details

visibility
protected
default
self
final
false
static
false

$_documentType

 $_documentType = ''

Details

visibility
protected
default
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 = 'null'

Details

visibility
protected
default
null
final
false
static
false

Methods

__construct

__construct( ) :

Constructs a new Zend_Gdata_Spreadsheets_DocumentQuery object.

Details
visibility
public
final
false
static
false

appendVisibilityProjection

appendVisibilityProjection( ) :
Details
visibility
private
final
false
static
false

getDocumentType

getDocumentType( ) : string

Gets the document type for this query.

Output
string
document type
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

getSpreadsheetKey

getSpreadsheetKey( ) : string

Gets the spreadsheet key for this query.

Output
string
spreadsheet key
Details
visibility
public
final
false
static
false

getTitle

getTitle( ) : string

Gets the title attribute for this query.

Output
string
title
Details
visibility
public
final
false
static
false

getTitleExact

getTitleExact( ) : string

Gets the title-exact attribute for this query.

Output
string
title-exact
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

setDocumentType

setDocumentType( string $value ) : Zend_Gdata_Spreadsheets_DocumentQuery

Sets the document type for this query.

Arguments
$value
string
spreadsheets or worksheets
Output
Zend_Gdata_Spreadsheets_DocumentQuery
Provides a fluent interface
Details
visibility
public
final
false
static
false

setProjection

setProjection( string $value ) : Zend_Gdata_Spreadsheets_DocumentQuery

Sets the projection for this query.

Arguments
$value
string
Output
Zend_Gdata_Spreadsheets_DocumentQuery
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

setTitle

setTitle( string $value ) : Zend_Gdata_Spreadsheets_DocumentQuery

Sets the title attribute for this query.

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

setTitleExact

setTitleExact( string $value ) : Zend_Gdata_Spreadsheets_DocumentQuery

Sets the title-exact attribute for this query.

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

setVisibility

setVisibility(  $value ) : Zend_Gdata_Spreadsheets_DocumentQuery

Sets the visibility for this query.

Arguments
$value
Output
Zend_Gdata_Spreadsheets_DocumentQuery
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.