[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/zend/Zend/Gdata/Spreadsheets/ -> DocumentQuery.php (summary)

Zend Framework LICENSE

Copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
License: http://framework.zend.com/license/new-bsd New BSD License
Version: $Id$
File Size: 288 lines (8 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Zend_Gdata_Spreadsheets_DocumentQuery:: (18 methods):
  __construct()
  setSpreadsheetKey()
  getSpreadsheetKey()
  setWorksheetId()
  getWorksheetId()
  setDocumentType()
  getDocumentType()
  setProjection()
  setVisibility()
  getProjection()
  getVisibility()
  setTitle()
  setTitleExact()
  getTitle()
  getTitleExact()
  appendVisibilityProjection()
  getQueryUrl()
  getQueryString()


Class: Zend_Gdata_Spreadsheets_DocumentQuery  - X-Ref

Assists in constructing queries for Google Spreadsheets documents

__construct()   X-Ref
Constructs a new Zend_Gdata_Spreadsheets_DocumentQuery object.


setSpreadsheetKey($value)   X-Ref
Sets the spreadsheet key for this query.

param: string $value
return: Zend_Gdata_Spreadsheets_CellQuery Provides a fluent interface

getSpreadsheetKey()   X-Ref
Gets the spreadsheet key for this query.

return: string spreadsheet key

setWorksheetId($value)   X-Ref
Sets the worksheet id for this query.

param: string $value
return: Zend_Gdata_Spreadsheets_CellQuery Provides a fluent interface

getWorksheetId()   X-Ref
Gets the worksheet id for this query.

return: string worksheet id

setDocumentType($value)   X-Ref
Sets the document type for this query.

param: string $value spreadsheets or worksheets
return: Zend_Gdata_Spreadsheets_DocumentQuery Provides a fluent interface

getDocumentType()   X-Ref
Gets the document type for this query.

return: string document type

setProjection($value)   X-Ref
Sets the projection for this query.

param: string $value
return: Zend_Gdata_Spreadsheets_DocumentQuery Provides a fluent interface

setVisibility($value)   X-Ref
Sets the visibility for this query.

return: Zend_Gdata_Spreadsheets_DocumentQuery Provides a fluent interface

getProjection()   X-Ref
Gets the projection for this query.

return: string projection

getVisibility()   X-Ref
Gets the visibility for this query.

return: string visibility

setTitle($value)   X-Ref
Sets the title attribute for this query.

param: string $value
return: Zend_Gdata_Spreadsheets_DocumentQuery Provides a fluent interface

setTitleExact($value)   X-Ref
Sets the title-exact attribute for this query.

param: string $value
return: Zend_Gdata_Spreadsheets_DocumentQuery Provides a fluent interface

getTitle()   X-Ref
Gets the title attribute for this query.

return: string title

getTitleExact()   X-Ref
Gets the title-exact attribute for this query.

return: string title-exact

appendVisibilityProjection()   X-Ref
No description

getQueryUrl()   X-Ref
Gets the full query URL for this query.

return: string url

getQueryString()   X-Ref
Gets the attribute query string for this query.

return: string query string



Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1