[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/zend/Zend/Gdata/Spreadsheets/Extension/ -> Cell.php (summary)

Zend Framework LICENSE

Copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
License: http://framework.zend.com/license/new-bsd New BSD License
Version: $Id$
File Size: 201 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

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:29:05 2014 Cross-referenced by PHPXref 0.7.1