| [ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
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: | 158 lines (4 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Zend_Gdata_Spreadsheets_CellFeed:: (7 methods):
__construct()
getDOM()
takeChildFromDOM()
getRowCount()
getColumnCount()
setRowCount()
setColumnCount()
Class: Zend_Gdata_Spreadsheets_CellFeed - X-Ref
| __construct($element = null) X-Ref |
| Constructs a new Zend_Gdata_Spreadsheets_CellFeed object. param: DOMElement $element (optional) The XML Element on which to base this object. |
| getDOM($doc = null, $majorVersion = 1, $minorVersion = null) X-Ref |
| No description |
| takeChildFromDOM($child) X-Ref |
| No description |
| getRowCount() X-Ref |
| Gets the row count for this feed. return: string The row count for the feed. |
| getColumnCount() X-Ref |
| Gets the column count for this feed. return: string The column count for the feed. |
| setRowCount($rowCount) X-Ref |
| Sets the row count for this feed. param: string $rowCount The new row count for the feed. |
| setColumnCount($colCount) X-Ref |
| Sets the column count for this feed. param: string $colCount The new column count for the feed. |
| Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |