Zend Framework
1.12
|
Public Member Functions | |
__construct ($name=null, $text=null, $type=null) | |
Create a new instance. | |
![]() | |
__construct ($rootElement=null, $rootNamespace=null, $rootNamespaceURI=null, $text=null) | |
transferFromDOM ($node) | |
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. | |
![]() | |
$_rootElement = null | |
$_rootNamespace = 'atom' | |
$_rootNamespaceURI = null | |
$_extensionElements = array() | |
$_extensionAttributes = array() | |
$_text = null | |
$_namespaces | |
![]() | |
static | $_namespaceLookupCache = array() |
__construct | ( | $name = null , |
|
$text = null , |
|||
$type = null |
|||
) |
Create a new instance.
string | $name | (optional) The name of the Base attribute |
string | $text | (optional) The text value of the Base attribute |
string | $text | (optional) The type of the Base attribute |