API Documentation

Gdata/Spreadsheets/Extension/Cell.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Gdata
subpackage
Spreadsheets
version
$Id: Cell.php 23775 2011-03-01 17:25:24Z ralph $
Classes
Zend_Gdata_Spreadsheets_Extension_Cell

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Zend_Gdata_Spreadsheets_Extension_Cell

Extends from
Zend_Gdata_Extension
category
Zend
copyright
Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Gdata
subpackage
Spreadsheets
Properties
$_rootElement
$_rootNamespace
$_row
$_col
$_inputValue
$_numericValue
Methods
__construct
getDOM
takeAttributeFromDOM
getRow
getColumn
getInputValue
getNumericValue
setRow
setColumn
setInputValue
setNumericValue

Description

Concrete class for working with cell elements.

Properties

$_col

string $_col = 'null'

The column attribute of this cell

Details

$_col
string
visibility
protected
default
null
final
false
static
false

$_inputValue

string $_inputValue = 'null'

The inputValue attribute of this cell

Details

$_inputValue
string
visibility
protected
default
null
final
false
static
false

$_numericValue

string $_numericValue = 'null'

The numericValue attribute of this cell

Details

$_numericValue
string
visibility
protected
default
null
final
false
static
false

$_rootElement

 $_rootElement = 'cell'

Details

visibility
protected
default
cell
final
false
static
false

$_rootNamespace

 $_rootNamespace = 'gs'

Details

visibility
protected
default
gs
final
false
static
false

$_row

string $_row = 'null'

The row attribute of this cell

Details

$_row
string
visibility
protected
default
null
final
false
static
false

Methods

__construct

__construct( string $text = null, string $row = null, string $col = null, string $inputValue = null, string $numericValue = null ) :

Constructs a new Zend_Gdata_Spreadsheets_Extension_Cell element.

Arguments
$text
string
(optional) Text contents of the element.
$row
string
(optional) Row attribute of the element.
$col
string
(optional) Column attribute of the element.
$inputValue
string
(optional) Input value attribute of the element.
$numericValue
string
(optional) Numeric value attribute of the element.
Details
visibility
public
final
false
static
false

getColumn

getColumn( ) : string

Gets the column attribute of the Cell element.

Output
string
Column of the Cell.
Details
visibility
public
final
false
static
false

getDOM

getDOM(  $doc = null,  $majorVersion = 1,  $minorVersion = null ) :
Arguments
$doc
$majorVersion
$minorVersion
Details
visibility
public
final
false
static
false

getInputValue

getInputValue( ) : string

Gets the input value attribute of the Cell element.

Output
string
Input value of the Cell.
Details
visibility
public
final
false
static
false

getNumericValue

getNumericValue( ) : string

Gets the numeric value attribute of the Cell element.

Output
string
Numeric value of the Cell.
Details
visibility
public
final
false
static
false

getRow

getRow( ) : string

Gets the row attribute of the Cell element.

Output
string
Row of the Cell.
Details
visibility
public
final
false
static
false

setColumn

setColumn( string $col ) :

Sets the column attribute of the Cell element.

Arguments
$col
string
New column of the Cell.
Details
visibility
public
final
false
static
false

setInputValue

setInputValue( string $inputValue ) :

Sets the input value attribute of the Cell element.

Arguments
$inputValue
string
New input value of the Cell.
Details
visibility
public
final
false
static
false

setNumericValue

setNumericValue( string $numericValue ) :

Sets the numeric value attribute of the Cell element.

Arguments
$numericValue
string
New numeric value of the Cell.
Details
visibility
public
final
false
static
false

setRow

setRow( string $row ) :

Sets the row attribute of the Cell element.

Arguments
$row
string
New row of the Cell.
Details
visibility
public
final
false
static
false

takeAttributeFromDOM

takeAttributeFromDOM(  $attribute ) :
Arguments
$attribute
Details
visibility
protected
final
false
static
false
Documentation was generated by DocBlox.