Class Locale_Node
Data node for parsed LDML locale data. Attributes are accessible via KDC field access, value and children via the corresponding KVC properties.
- Core\Object implements Core\Chainable
-
Core\Set
implements
Core\Accessor
-
Core\Set\Mutable
implements
Core\Mutator
-
Core\Field
implements
Core\Inquiry
-
Core\Locale_Node
Package: Core\Locale
Since: 3.0
Since: PHP 5.3
Version: 1.0
Located at Locale.inc.php
Methods summary
public
|
#
__construct( array $children = null, array $attributes = null, mixed $value = null )
Initialises a locale data node. |
public
string[]
|
|
public
array
|
|
public
|
|
public
|
|
public
boolean
|
|
public
mixed
|
|
public
mixed
|
Methods inherited from Core\Field
getDataForKey(),
getDataForKeys(),
getDataForUndefinedKey(),
issetDataForKey(),
offsetExists(),
offsetGet(),
offsetSet(),
offsetUnset()
Methods inherited from Core\Set\Mutable
Methods inherited from Core\Object
__autocreateFactory(),
__call(),
__processParameters(),
__toString(),
attachMethod(),
chain(),
getValueForKeyPath(),
getValueForUndefinedKey(),
hash(),
setValueForKey(),
setValueForKeyPath(),
setValueForUndefinedKey(),
uuid()
Constants summary
Constants inherited from Core\Object
AnyParameterType,
AutochainParameterType,
AutocreateParameterType,
BooleanParameterType,
CharParameterType,
EnumParameterType,
IntegerParameterType,
RealParameterType,
StringParameterType,
UserParameterType
Properties summary
protected
array
|
$_children
Child nodes of data node. |
|
protected
mixed
|
$_value
Value of the data node. |