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


Public Member Functions | |
| __construct ($column=null, $value=null) | |
| getDOM ($doc=null, $majorVersion=1, $minorVersion=null) | |
| transferFromDOM ($node) | |
| setColumnName ($column) | |
| getColumnName () | |
Protected Attributes | |
| $_rootElement = null | |
| $_rootNamespace = 'gsx' | |
Definition at line 43 of file Custom.php.
| __construct | ( | $ | column = null, |
| $ | value = null |
||
| ) |
Constructs a new Zend_Gdata_Spreadsheets_Extension_Custom object.
| string | $column | (optional) The column/tag name of the element. |
| string | $value | (optional) The text content of the element. |
Definition at line 54 of file Custom.php.

| getColumnName | ( | ) |
Gets the column name of the element
Definition at line 95 of file Custom.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.
| DOMDocument | $doc | The DOMDocument used to construct DOMElements |
Reimplemented from Zend_Gdata_App_Base.
Definition at line 62 of file Custom.php.
| setColumnName | ( | $ | column | ) |
Sets the column/tag name of the element.
| string | $column | The new column name. |
Definition at line 85 of file Custom.php.
| transferFromDOM | ( | $ | node | ) |
Transfers each child and attribute into member variables. This is called when XML is received over the wire and the data model needs to be built to represent this XML.
| DOMNode | $node | The DOMNode that represents this object's data |
Reimplemented from Zend_Gdata_App_Base.
Definition at line 75 of file Custom.php.
$_rootElement = null [protected] |
Reimplemented from Zend_Gdata_App_Base.
Definition at line 46 of file Custom.php.
$_rootNamespace = 'gsx' [protected] |
Reimplemented from Zend_Gdata_Extension.
Definition at line 47 of file Custom.php.