|
Moodle
2.2.1
http://www.collinsharper.com
|


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 | |
Definition at line 47 of file CellFeed.php.
| __construct | ( | $ | element = null | ) |
Constructs a new Zend_Gdata_Spreadsheets_CellFeed object.
| 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.

| getColumnCount | ( | ) |
Gets the column count for this 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
| DOMDocument | $doc |
Reimplemented from Zend_Gdata_Feed.
Definition at line 88 of file CellFeed.php.
| getRowCount | ( | ) |
Gets the row count for this feed.
Definition at line 124 of file CellFeed.php.
| setColumnCount | ( | $ | colCount | ) |
Sets the column count for this feed.
| string | $colCount | The new column count for the feed. |
Definition at line 152 of file CellFeed.php.
| setRowCount | ( | $ | rowCount | ) |
Sets the row count for this feed.
| string | $rowCount | The 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.
| DOMNode | $child | The DOMNode to process |
Reimplemented from Zend_Gdata_Feed.
Definition at line 100 of file CellFeed.php.

$_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.