Detailed Description
Definition at line 43 of file Cell.php.
Constructor & Destructor Documentation
| __construct |
( |
$ |
text = null, |
|
|
$ |
row = null, |
|
|
$ |
col = null, |
|
|
$ |
inputValue = null, |
|
|
$ |
numericValue = null |
|
) |
| |
Constructs a new Zend_Gdata_Spreadsheets_Extension_Cell element.
- Parameters:
-
| string | $text | (optional) Text contents of the element. |
| string | $row | (optional) Row attribute of the element. |
| string | $col | (optional) Column attribute of the element. |
| string | $inputValue | (optional) Input value attribute of the element. |
| string | $numericValue | (optional) Numeric value attribute of the element. |
Definition at line 85 of file Cell.php.
Member Function Documentation
Gets the column attribute of the Cell element.
- Returns:
- string Column of the Cell.
Definition at line 139 of file Cell.php.
| getDOM |
( |
$ |
doc = null, |
|
|
$ |
majorVersion = 1, |
|
|
$ |
minorVersion = null |
|
) |
| |
Retrieves a DOMElement which corresponds to this element and all child properties. This is used to build an entry back into a DOM and eventually XML text for sending to the server upon updates, or for application storage/persistence.
- Parameters:
-
| DOMDocument | $doc | The DOMDocument used to construct DOMElements |
- Returns:
- DOMElement The DOMElement representing this element and all child properties.
Reimplemented from Zend_Gdata_App_Base.
Definition at line 96 of file Cell.php.
Gets the input value attribute of the Cell element.
- Returns:
- string Input value of the Cell.
Definition at line 148 of file Cell.php.
Gets the numeric value attribute of the Cell element.
- Returns:
- string Numeric value of the Cell.
Definition at line 157 of file Cell.php.
Gets the row attribute of the Cell element.
- Returns:
- string Row of the Cell.
Definition at line 130 of file Cell.php.
Sets the column attribute of the Cell element.
- Parameters:
-
| string | $col | New column of the Cell. |
Definition at line 176 of file Cell.php.
Sets the input value attribute of the Cell element.
- Parameters:
-
| string | $inputValue | New input value of the Cell. |
Definition at line 186 of file Cell.php.
Sets the numeric value attribute of the Cell element.
- Parameters:
-
| string | $numericValue | New numeric value of the Cell. |
Definition at line 196 of file Cell.php.
Sets the row attribute of the Cell element.
- Parameters:
-
| string | $row | New row of the Cell. |
Definition at line 166 of file Cell.php.
Given a DOMNode representing an attribute, tries to map the data into instance members. If no mapping is defined, the name and value are stored in an array.
- Parameters:
-
| DOMNode | $attribute | The DOMNode attribute needed to be handled |
Reimplemented from Zend_Gdata_App_Base.
Definition at line 106 of file Cell.php.
Field Documentation
$_inputValue = null [protected] |
$_numericValue = null [protected] |
$_rootElement = 'cell' [protected] |
$_rootNamespace = 'gs' [protected] |
The documentation for this class was generated from the following file:
- C:/xampp/htdocs/moodle/lib/zend/Zend/Gdata/Spreadsheets/Extension/Cell.php