Class xml_Node
XML-based language repository entry.
- Core\Object implements Core\Chainable
- Core\Set implements Core\Accessor
- Core\Set\Mutable implements Core\Mutator
- Core\Field implements Core\Inquiry
- Core\Translation\Language_Node
- Core\Translation\Language\Driver\xml_Node
Package: Core\Translation\Language
Since: 3.1
Required: PHP 5.3
Version: 1.0
Located at Translation/Language/Driver/xml.inc.php
Methods summary
public
|
#
__construct(
|
public
boolean
|
|
public
mixed
|
#
getDataForKey( string $key )
Retrieves a KDC data storage field for a specified key. Values are retrieved from sources in the following order: |
public
|
|
public
|
#
value( )
Node value text or placeholder, if key path of node is not covered by the language repository. |
Methods inherited from Core\Translation\Language_Node
Methods inherited from Core\Field
getDataForKeys()
,
getDataForUndefinedKey()
,
issetDataForKey()
,
offsetExists()
,
offsetGet()
,
offsetSet()
,
offsetUnset()
Methods inherited from Core\Set\Mutable
Methods inherited from Core\Object
__autocreateFactory()
,
__call()
,
__processParameters()
,
attachMethod()
,
chain()
,
getValueForKey()
,
getValueForKeyPath()
,
getValueForUndefinedKey()
,
hash()
,
issetValueForKey()
,
setValueForKey()
,
setValueForKeyPath()
,
setValueForUndefinedKey()
,
uuid()
Constants summary
Constants inherited from Core\Object
AnyParameterType
,
AutochainParameterType
,
AutocreateParameterType
,
BooleanParameterType
,
CharParameterType
,
EnumParameterType
,
IntegerParameterType
,
RealParameterType
,
StringParameterType
,
UserParameterType
Properties summary
protected
|
$_v_node
XML node for repository entry. |
Properties inherited from Core\Translation\Language_Node
Properties inherited from Core\Field
Magic properties
public read-only
|
$node
XML node for repository entry. |