Moodle  2.2.1
http://www.collinsharper.com
Zend_Gdata_Spreadsheets_CellEntry Class Reference
Inheritance diagram for Zend_Gdata_Spreadsheets_CellEntry:
Collaboration diagram for Zend_Gdata_Spreadsheets_CellEntry:

Public Member Functions

 __construct ($element=null)
 getDOM ($doc=null, $majorVersion=1, $minorVersion=null)
 getCell ()
 setCell ($cell)

Protected Member Functions

 takeChildFromDOM ($child)

Protected Attributes

 $_entryClassName = 'Zend_Gdata_Spreadsheets_CellEntry'
 $_cell

Detailed Description

Definition at line 43 of file CellEntry.php.


Constructor & Destructor Documentation

__construct ( element = null)

Constructs a new Zend_Gdata_Spreadsheets_CellEntry object.

Parameters:
string$uri(optional)
DOMElement$element(optional) The DOMElement on which to base this object.

Reimplemented from Zend_Gdata_Entry.

Definition at line 54 of file CellEntry.php.

Here is the call graph for this function:


Member Function Documentation

getCell ( )

Gets the Cell element of this Cell Entry.

Returns:
Zend_Gdata_Spreadsheets_Extension_Cell

Definition at line 88 of file CellEntry.php.

getDOM ( doc = null,
majorVersion = 1,
minorVersion = null 
)

Retrieves a DOMElement which corresponds to this element and all child properties. This is used to build an entry back into a DOM and eventually XML text for sending to the server upon updates, or for application storage/persistence.

Parameters:
DOMDocument$docThe DOMDocument used to construct DOMElements
Returns:
DOMElement The DOMElement representing this element and all child properties.

Reimplemented from Zend_Gdata_Entry.

Definition at line 60 of file CellEntry.php.

setCell ( cell)

Sets the Cell element of this Cell Entry.

Parameters:
$cellZend_Gdata_Spreadsheets_Extension_Cell $cell

Definition at line 97 of file CellEntry.php.

takeChildFromDOM ( child) [protected]

Given a child DOMNode, tries to determine how to map the data into object instance members. If no mapping is defined, Extension_Element objects are created and stored in an array.

Parameters:
DOMNode$childThe DOMNode needed to be handled

Reimplemented from Zend_Gdata_Entry.

Definition at line 69 of file CellEntry.php.

Here is the call graph for this function:


Field Documentation

$_cell [protected]

Definition at line 47 of file CellEntry.php.

$_entryClassName = 'Zend_Gdata_Spreadsheets_CellEntry' [protected]

Reimplemented from Zend_Gdata_Entry.

Definition at line 46 of file CellEntry.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations