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

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'

Detailed Description

Definition at line 43 of file Custom.php.


Constructor & Destructor Documentation

__construct ( column = null,
value = null 
)

Constructs a new Zend_Gdata_Spreadsheets_Extension_Custom object.

Parameters:
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.

Here is the call graph for this function:


Member Function Documentation

Gets the column name of the element

Returns:
string The column name.

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.

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

Reimplemented from Zend_Gdata_App_Base.

Definition at line 62 of file Custom.php.

setColumnName ( column)

Sets the column/tag name of the element.

Parameters:
string$columnThe 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.

Parameters:
DOMNode$nodeThe DOMNode that represents this object's data

Reimplemented from Zend_Gdata_App_Base.

Definition at line 75 of file Custom.php.


Field Documentation

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


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