Zend Framework
1.12
|
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. | |
![]() | |
__construct () | |
Protected Attributes | |
$_rootElement = null | |
$_rootNamespace = 'gsx' | |
![]() | |
$_rootNamespace = 'gd' | |
Additional Inherited Members | |
![]() | |
static | flushNamespaceLookupCache () |
Flush namespace lookup cache. | |
![]() | |
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 | $_namespaceLookupCache = array() |
__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. |
getColumnName | ( | ) |
Gets the column name of the element.
getDOM | ( | $doc = null , |
|
$majorVersion = 1 , |
|||
$minorVersion = null |
|||
) |
setColumnName | ( | $column | ) |
Sets the column/tag name of the element.
string | $column | The 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.
DOMNode | $node | The DOMNode that represents this object's data |
|
protected |
|
protected |