From 06f945f27840b53e57795dadbc38e76f7e11ab1c Mon Sep 17 00:00:00 2001
From: Horus3
Date: Mon, 24 Feb 2014 16:42:14 +0100
Subject: init
---
.../core/files/Gdata.Spreadsheets.CellQuery.html | 81 ++++++++++++++++++++++
1 file changed, 81 insertions(+)
create mode 100644 zend/documentation/api/core/files/Gdata.Spreadsheets.CellQuery.html
(limited to 'zend/documentation/api/core/files/Gdata.Spreadsheets.CellQuery.html')
diff --git a/zend/documentation/api/core/files/Gdata.Spreadsheets.CellQuery.html b/zend/documentation/api/core/files/Gdata.Spreadsheets.CellQuery.html
new file mode 100644
index 0000000..14d8f3e
--- /dev/null
+++ b/zend/documentation/api/core/files/Gdata.Spreadsheets.CellQuery.html
@@ -0,0 +1,81 @@
+
+
Gdata/Spreadsheets/CellQuery.php
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.
- Category
- Zend
+
+
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
+
+
- License
- New BSD License
+
+
- Package
- Zend_Gdata
+
+
- Subpackage
- Spreadsheets
+
+
- Version
- $Id: CellQuery.php 24593 2012-01-05 20:35:02Z matthew $
+
+
\Zend_Gdata_Spreadsheets_CellQuery
Package: Zend\Gdata\SpreadsheetsAssists in constructing queries for Google Spreadsheets cells
Queries are not defined for APP, but are provided by Gdata services
+as an extension.
- Parent(s)
- \Zend_Gdata_Query
- Category
- Zend
+
+
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
+
+
- License
- New BSD License
+
+
- Link
- http://code.google.com/apis/gdata/spreadsheets/
+
+
Constants


+ SPREADSHEETS_CELL_FEED_URI
+ = 'https://spreadsheets.google.com/feeds/cells'Properties
Methods



__construct(string $url = null) : voidConstructs a new Zend_Gdata_Spreadsheets_CellQuery object.
Parameters| Name | Type | Description |
|---|
| $url | string | Base URL to use for queries |
|---|



getCellId() : stringGets the cell id for this query.
Returns| Type | Description |
|---|
| string | cell id |



getMaxCol() : stringGets the max-col attribute for this query.
Returns| Type | Description |
|---|
| string | max-col |



getMaxRow() : stringGets the max-row attribute for this query.
Returns| Type | Description |
|---|
| string | max-row |



getMinCol() : stringGets the min-col attribute for this query.
Returns| Type | Description |
|---|
| string | min-col |



getMinRow() : stringGets the min-row attribute for this query.
Returns| Type | Description |
|---|
| string | min-row |



getProjection() : stringGets the projection for this query.
Returns| Type | Description |
|---|
| string | projection |



getQueryString() : stringGets the attribute query string for this query.
Returns| Type | Description |
|---|
| string | query string |



getRange() : stringGets the range attribute for this query.
Returns| Type | Description |
|---|
| string | range |



getReturnEmpty() : stringGets the return-empty attribute for this query.
Returns| Type | Description |
|---|
| string | return-empty |



getSpreadsheetKey() : stringGets the spreadsheet key for this query.
Returns| Type | Description |
|---|
| string | spreadsheet key |



getVisibility() : stringGets the visibility for this query.
Returns| Type | Description |
|---|
| string | visibility |



getWorksheetId() : stringGets the worksheet id for this query.
Returns| Type | Description |
|---|
| string | worksheet id |



setReturnEmpty(mixed $value) : \Zend_Gdata_Spreadsheets_CellQuerySets the return-empty attribute for this query.
Parameters| Name | Type | Description |
|---|
| $value | mixed | String or bool value for whether to return empty cells |
|---|
Returns
--
cgit v1.2.3