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.

string
$_entryClassName= ''Zend_Gdata_Spreadsheets_CellEntry''
The classname for individual feed elements.
'Zend_Gdata_Spreadsheets_CellEntry'Details
string
$_feedClassName= ''Zend_Gdata_Spreadsheets_CellFeed''
The classname for the feed.
'Zend_Gdata_Spreadsheets_CellFeed'Details
__construct(
\DOMElement $element
=
null
)
:
voidConstructs a new Zend_Gdata_Spreadsheets_CellFeed object.
| Name | Type | Description |
|---|---|---|
| $element | \DOMElement | (optional) The XML Element on which to base this object. |

getColumnCount(
)
:
stringGets the column count for this feed.
| Type | Description |
|---|---|
| string | The column count for the feed. |

getDOM(
$doc
=
null, $majorVersion
=
1, $minorVersion
=
null
)
:
void| Name | Type | Description |
|---|---|---|
| $doc | ||
| $majorVersion | ||
| $minorVersion |

getRowCount(
)
:
stringGets the row count for this feed.
| Type | Description |
|---|---|
| string | The row count for the feed. |

setColumnCount(
string $colCount
)
:
voidSets the column count for this feed.
| Name | Type | Description |
|---|---|---|
| $colCount | string | The new column count for the feed. |

setRowCount(
string $rowCount
)
:
voidSets the row count for this feed.
| Name | Type | Description |
|---|---|---|
| $rowCount | string | The new row count for the feed. |