Class Language
Provides translation of language entries based on a driver-based storage back-end.
- Core\Object implements Core\Chainable
-
Core\Set
implements
Core\Accessor
-
Core\Set\Mutable
implements
Core\Mutator
-
Core\Field
implements
Core\Inquiry
-
Core\Translation\Language
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
protected
|
|
public
|
|
public static
|
|
abstract public
|
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(),
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_domain
The language set domain represented by this instance. |
|
protected
string
|
$_v_locale
The locale associated to the language. |
Properties inherited from Core\Field
Magic properties
public read-only
string
|
$domain
Name of assigned domain. |
public read-only
string
|
$locale
Name of assigned locale. |