[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
Zend Framework LICENSE
Copyright: | Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
License: | http://framework.zend.com/license/new-bsd New BSD License |
Version: | $Id: CellEntry.php 24593 2012-01-05 20:35:02Z matthew $ |
File Size: | 104 lines (3 kb) |
Included or required: | 1 time |
Referenced: | 0 times |
Includes or requires: | 2 files include/Zend/Gdata/Spreadsheets/Extension/Cell.php include/Zend/Gdata/Entry.php |
Zend_Gdata_Spreadsheets_CellEntry:: (5 methods):
__construct()
getDOM()
takeChildFromDOM()
getCell()
setCell()
Class: Zend_Gdata_Spreadsheets_CellEntry - X-Ref
Concrete class for working with Cell entries.__construct($element = null) X-Ref |
Constructs a new Zend_Gdata_Spreadsheets_CellEntry object. param: string $uri (optional) param: DOMElement $element (optional) The DOMElement on which to base this object. |
getDOM($doc = null, $majorVersion = 1, $minorVersion = null) X-Ref |
No description |
takeChildFromDOM($child) X-Ref |
No description |
getCell() X-Ref |
Gets the Cell element of this Cell Entry. return: Zend_Gdata_Spreadsheets_Extension_Cell |
setCell($cell) X-Ref |
Sets the Cell element of this Cell Entry. param: Zend_Gdata_Spreadsheets_Extension_Cell $cell return: Zend_Gdata_Spreadsheets_CellEntry |
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |