| [ 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: Cell.php 24593 2012-01-05 20:35:02Z matthew $ |
| File Size: | 201 lines (6 kb) |
| Included or required: | 1 time |
| Referenced: | 0 times |
| Includes or requires: | 2 files include/Zend/Gdata/Entry.php include/Zend/Gdata/Extension.php |
Zend_Gdata_Spreadsheets_Extension_Cell:: (11 methods):
__construct()
getDOM()
takeAttributeFromDOM()
getRow()
getColumn()
getInputValue()
getNumericValue()
setRow()
setColumn()
setInputValue()
setNumericValue()
Class: Zend_Gdata_Spreadsheets_Extension_Cell - X-Ref
Concrete class for working with cell elements.| __construct($text = null, $row = null, $col = null, $inputValue = null, $numericValue = null) X-Ref |
| Constructs a new Zend_Gdata_Spreadsheets_Extension_Cell element. param: string $text (optional) Text contents of the element. param: string $row (optional) Row attribute of the element. param: string $col (optional) Column attribute of the element. param: string $inputValue (optional) Input value attribute of the element. param: string $numericValue (optional) Numeric value attribute of the element. |
| getDOM($doc = null, $majorVersion = 1, $minorVersion = null) X-Ref |
| No description |
| takeAttributeFromDOM($attribute) X-Ref |
| No description |
| getRow() X-Ref |
| Gets the row attribute of the Cell element. return: string Row of the Cell. |
| getColumn() X-Ref |
| Gets the column attribute of the Cell element. return: string Column of the Cell. |
| getInputValue() X-Ref |
| Gets the input value attribute of the Cell element. return: string Input value of the Cell. |
| getNumericValue() X-Ref |
| Gets the numeric value attribute of the Cell element. return: string Numeric value of the Cell. |
| setRow($row) X-Ref |
| Sets the row attribute of the Cell element. param: string $row New row of the Cell. |
| setColumn($col) X-Ref |
| Sets the column attribute of the Cell element. param: string $col New column of the Cell. |
| setInputValue($inputValue) X-Ref |
| Sets the input value attribute of the Cell element. param: string $inputValue New input value of the Cell. |
| setNumericValue($numericValue) X-Ref |
| Sets the numeric value attribute of the Cell element. param: string $numericValue New numeric value of the Cell. |
| Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |