API Documentation

Zend/Gdata/Spreadsheets/Extension/Cell.php

Show: inherited
Table of Contents

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.

Category
Zend  
Copyright
Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Gdata  
Subpackage
Spreadsheets  
Version
$Id: Cell.php 24593 2012-01-05 20:35:02Z matthew $  

\Zend_Gdata_Spreadsheets_Extension_Cell

Package: Zend\Gdata\Spreadsheets

Concrete class for working with cell elements.

Parent(s)
\Zend_Gdata_Extension < \Zend_Gdata_App_Extension < \Zend_Gdata_App_Base
Category
Zend  
Copyright
Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Properties

Propertyprotectedstring  $_col= 'null'

The column attribute of this cell

Default valuenullDetails
Type
string
Propertyprotectedstring  $_inputValue= 'null'

The inputValue attribute of this cell

Default valuenullDetails
Type
string
Propertyprotectedstring  $_numericValue= 'null'

The numericValue attribute of this cell

Default valuenullDetails
Type
string
Propertyprotected  $_rootElement= ''cell''
Default value'cell'Details
Type
Propertyprotected  $_rootNamespace= ''gs''
Default value'gs'Details
Type
Propertyprotectedstring  $_row= 'null'

The row attribute of this cell

Default valuenullDetails
Type
string

Methods

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

Constructs a new Zend_Gdata_Spreadsheets_Extension_Cell element.

Parameters
Name Type Description
$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.

methodpublicgetColumn( ) : string

Gets the column attribute of the Cell element.

Returns
Type Description
string Column of the Cell.
methodpublicgetDOM(  $doc = null,  $majorVersion = 1,  $minorVersion = null ) : void

Parameters
Name Type Description
$doc
$majorVersion
$minorVersion
methodpublicgetInputValue( ) : string

Gets the input value attribute of the Cell element.

Returns
Type Description
string Input value of the Cell.
methodpublicgetNumericValue( ) : string

Gets the numeric value attribute of the Cell element.

Returns
Type Description
string Numeric value of the Cell.
methodpublicgetRow( ) : string

Gets the row attribute of the Cell element.

Returns
Type Description
string Row of the Cell.
methodpublicsetColumn( string $col ) : void

Sets the column attribute of the Cell element.

Parameters
Name Type Description
$col string

New column of the Cell.

methodpublicsetInputValue( string $inputValue ) : void

Sets the input value attribute of the Cell element.

Parameters
Name Type Description
$inputValue string

New input value of the Cell.

methodpublicsetNumericValue( string $numericValue ) : void

Sets the numeric value attribute of the Cell element.

Parameters
Name Type Description
$numericValue string

New numeric value of the Cell.

methodpublicsetRow( string $row ) : void

Sets the row attribute of the Cell element.

Parameters
Name Type Description
$row string

New row of the Cell.

methodprotectedtakeAttributeFromDOM(  $attribute ) : void

Parameters
Name Type Description
$attribute
Documentation was generated by DocBlox 0.15.1.