Class Language_Node
Language nodes represent an entry of the hierarchical language repository data. They may represent a node and hence allow further queries relative to the key path they represent.
- 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
Direct known subclasses
Namespace: Core\Translation
Package: Core\Translation\Language
Since: 3.1
Requires: PHP 5.3
Version: 1.0
Located at Translation/Language.inc.php
Methods summary
public
|
|
public
|
|
public
string
|
|
abstract public
boolean
|
|
public
string
|
|
abstract public
|
|
public
|
#
value( )
Node value text or placeholder, if key path of node is not covered by the language repository. |
public
string
|
#
vformat( array $arguments = null )
Returns a string formatted by the formatting instructions of its value. |
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(),
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
string
|
$_v_path
Key path the language node represents. |
Properties inherited from Core\Field
Magic properties
public read-only
boolean
|
$exists
Indicates whether the language node represents an existing value. |
public read-only
string
|
$path
Key path that this language node represents. |
public read-only
string
|
$value
Node value text or placeholder, if key path of node is not covered by the language repository. |