Zend Framework  1.12
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
Zend_Gdata_Spreadsheets_Extension_Cell Class Reference

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.
 
- Public Member Functions inherited from Zend_Gdata_Extension
 __construct ()
 

Protected Member Functions

 takeAttributeFromDOM ($attribute)
 

Protected Attributes

 $_rootElement = 'cell'
 
 $_rootNamespace = 'gs'
 
 $_row = null
 
 $_col = null
 
 $_inputValue = null
 
 $_numericValue = null
 
- Protected Attributes inherited from Zend_Gdata_Extension
 $_rootNamespace = 'gd'
 

Additional Inherited Members

- Static Public Member Functions inherited from Zend_Gdata_App_Base
static flushNamespaceLookupCache ()
 Flush namespace lookup cache.
 
- Static Protected Attributes inherited from Zend_Gdata_App_Base
static $_namespaceLookupCache = array()
 

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.

Member Function Documentation

getColumn ( )

Gets the column attribute of the Cell element.

Returns
string Column of the Cell.
getDOM (   $doc = null,
  $majorVersion = 1,
  $minorVersion = null 
)
getInputValue ( )

Gets the input value attribute of the Cell element.

Returns
string Input value of the Cell.
getNumericValue ( )

Gets the numeric value attribute of the Cell element.

Returns
string Numeric value of the Cell.
getRow ( )

Gets the row attribute of the Cell element.

Returns
string Row of the Cell.
setColumn (   $col)

Sets the column attribute of the Cell element.

Parameters
string$colNew column of the Cell.
setInputValue (   $inputValue)

Sets the input value attribute of the Cell element.

Parameters
string$inputValueNew input value of the Cell.
setNumericValue (   $numericValue)

Sets the numeric value attribute of the Cell element.

Parameters
string$numericValueNew numeric value of the Cell.
setRow (   $row)

Sets the row attribute of the Cell element.

Parameters
string$rowNew row of the Cell.
takeAttributeFromDOM (   $attribute)
protected

Member Data Documentation

$_col = null
protected
$_inputValue = null
protected
$_numericValue = null
protected
$_rootElement = 'cell'
protected
$_rootNamespace = 'gs'
protected
$_row = null
protected