Zend Framework  1.12
Public Member Functions | Protected Attributes | List of all members
Zend_Gdata_Spreadsheets_Extension_Custom Class Reference

Public Member Functions

 __construct ($column=null, $value=null)
 Constructs a new Zend_Gdata_Spreadsheets_Extension_Custom object.
 
 getDOM ($doc=null, $majorVersion=1, $minorVersion=null)
 
 transferFromDOM ($node)
 Transfers each child and attribute into member variables.
 
 setColumnName ($column)
 Sets the column/tag name of the element.
 
 getColumnName ()
 Gets the column name of the element.
 
- Public Member Functions inherited from Zend_Gdata_Extension
 __construct ()
 

Protected Attributes

 $_rootElement = null
 
 $_rootNamespace = 'gsx'
 
- Protected Attributes inherited from Zend_Gdata_Extension
 $_rootNamespace = 'gd'
 

Additional Inherited Members

- Static Public Member Functions inherited from Zend_Gdata_App_Base
static flushNamespaceLookupCache ()
 Flush namespace lookup cache.
 
- Protected Member Functions inherited from Zend_Gdata_App_Base
 takeChildFromDOM ($child)
 Given a child DOMNode, tries to determine how to map the data into object instance members.
 
 takeAttributeFromDOM ($attribute)
 Given a DOMNode representing an attribute, tries to map the data into instance members.
 
- Static Protected Attributes inherited from Zend_Gdata_App_Base
static $_namespaceLookupCache = array()
 

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.

Member Function Documentation

getColumnName ( )

Gets the column name of the element.

Returns
string The column name.
getDOM (   $doc = null,
  $majorVersion = 1,
  $minorVersion = null 
)
setColumnName (   $column)

Sets the column/tag name of the element.

Parameters
string$columnThe new column name.
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

Member Data Documentation

$_rootElement = null
protected
$_rootNamespace = 'gsx'
protected