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

Public Member Functions

 __construct ($element=null)
 getDOM ($doc=null, $majorVersion=1, $minorVersion=null)
 getRowCount ()
 getColumnCount ()
 setRowCount ($rowCount)
 setColumnCount ($colCount)

Protected Member Functions

 takeChildFromDOM ($child)

Protected Attributes

 $_entryClassName = 'Zend_Gdata_Spreadsheets_CellEntry'
 $_feedClassName = 'Zend_Gdata_Spreadsheets_CellFeed'
 $_rowCount = null
 $_colCount = null

Detailed Description

Definition at line 47 of file CellFeed.php.


Constructor & Destructor Documentation

__construct ( element = null)

Constructs a new Zend_Gdata_Spreadsheets_CellFeed object.

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

Reimplemented from Zend_Gdata_Feed.

Definition at line 82 of file CellFeed.php.

Here is the call graph for this function:


Member Function Documentation

Gets the column count for this feed.

Returns:
string The column count for the feed.

Definition at line 133 of file CellFeed.php.

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

Retrieves the DOM model representing this object and all children

Parameters:
DOMDocument$doc
Returns:
DOMElement

Reimplemented from Zend_Gdata_Feed.

Definition at line 88 of file CellFeed.php.

Gets the row count for this feed.

Returns:
string The row count for the feed.

Definition at line 124 of file CellFeed.php.

setColumnCount ( colCount)

Sets the column count for this feed.

Parameters:
string$colCountThe new column count for the feed.

Definition at line 152 of file CellFeed.php.

setRowCount ( rowCount)

Sets the row count for this feed.

Parameters:
string$rowCountThe new row count for the feed.

Definition at line 142 of file CellFeed.php.

takeChildFromDOM ( child) [protected]

Creates individual Entry objects of the appropriate type and stores them in the $_entry array based upon DOM data.

Parameters:
DOMNode$childThe DOMNode to process

Reimplemented from Zend_Gdata_Feed.

Definition at line 100 of file CellFeed.php.

Here is the call graph for this function:


Field Documentation

$_colCount = null [protected]

Definition at line 76 of file CellFeed.php.

$_entryClassName = 'Zend_Gdata_Spreadsheets_CellEntry' [protected]

Reimplemented from Zend_Gdata_Feed.

Definition at line 55 of file CellFeed.php.

$_feedClassName = 'Zend_Gdata_Spreadsheets_CellFeed' [protected]

Definition at line 62 of file CellFeed.php.

$_rowCount = null [protected]

Definition at line 69 of file CellFeed.php.


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