Zend Framework
1.12
|
Public Member Functions | |
__construct ($text=null, $row=null, $col=null, $inputValue=null, $numericValue=null) | |
Constructs a new Zend_Gdata_Spreadsheets_Extension_Cell element. | |
getDOM ($doc=null, $majorVersion=1, $minorVersion=null) | |
getRow () | |
Gets the row attribute of the Cell element. | |
getColumn () | |
Gets the column attribute of the Cell element. | |
getInputValue () | |
Gets the input value attribute of the Cell element. | |
getNumericValue () | |
Gets the numeric value attribute of the Cell element. | |
setRow ($row) | |
Sets the row attribute of the Cell element. | |
setColumn ($col) | |
Sets the column attribute of the Cell element. | |
setInputValue ($inputValue) | |
Sets the input value attribute of the Cell element. | |
setNumericValue ($numericValue) | |
Sets the numeric value attribute of the Cell element. | |
![]() | |
__construct () | |
Protected Member Functions | |
takeAttributeFromDOM ($attribute) | |
Protected Attributes | |
$_rootElement = 'cell' | |
$_rootNamespace = 'gs' | |
$_row = null | |
$_col = null | |
$_inputValue = null | |
$_numericValue = null | |
![]() | |
$_rootNamespace = 'gd' | |
Additional Inherited Members | |
![]() | |
static | flushNamespaceLookupCache () |
Flush namespace lookup cache. | |
![]() | |
static | $_namespaceLookupCache = array() |
__construct | ( | $text = null , |
|
$row = null , |
|||
$col = null , |
|||
$inputValue = null , |
|||
$numericValue = null |
|||
) |
Constructs a new Zend_Gdata_Spreadsheets_Extension_Cell element.
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. |
getColumn | ( | ) |
Gets the column attribute of the Cell element.
getDOM | ( | $doc = null , |
|
$majorVersion = 1 , |
|||
$minorVersion = null |
|||
) |
getInputValue | ( | ) |
Gets the input value attribute of the Cell element.
getNumericValue | ( | ) |
Gets the numeric value attribute of the Cell element.
getRow | ( | ) |
Gets the row attribute of the Cell element.
setColumn | ( | $col | ) |
Sets the column attribute of the Cell element.
string | $col | New column of the Cell. |
setInputValue | ( | $inputValue | ) |
Sets the input value attribute of the Cell element.
string | $inputValue | New input value of the Cell. |
setNumericValue | ( | $numericValue | ) |
Sets the numeric value attribute of the Cell element.
string | $numericValue | New numeric value of the Cell. |
setRow | ( | $row | ) |
Sets the row attribute of the Cell element.
string | $row | New row of the Cell. |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |