Class language
Translation driver for language repostories.
- Core\Object implements Core\Chainable
- Core\Set implements Core\Accessor
- Core\Translation
- Core\Translation\Driver\language
Package: Core\Translation
Since: 3.1
Requires: PHP 5.3
Version: 1.0
Located at Translation/Driver/language.inc.php
Methods summary
public
|
|
public
Language
|
#
get( string $domainName = null, string $localeName = null )
Gets the translation engine for a given domain and locale. |
Methods inherited from Core\Translation
__invoke()
,
autocreate()
,
getValueForUndefinedKey()
,
query()
,
setDefaultLocaleAccept()
Methods inherited from Core\Object
__autocreateFactory()
,
__call()
,
__processParameters()
,
__toString()
,
attachMethod()
,
chain()
,
getValueForKey()
,
getValueForKeyPath()
,
hash()
,
issetValueForKey()
,
setValueForKey()
,
setValueForKeyPath()
,
setValueForUndefinedKey()
,
uuid()
Constants summary
string |
DriverParameter
Driver URI for language repository access. |
#
'driver'
|
Constants inherited from Core\Translation
DefaultDomainParameter
,
DefaultLocaleParameter
,
FallbackLocaleParameter
Constants inherited from Core\Object
AnyParameterType
,
AutochainParameterType
,
AutocreateParameterType
,
BooleanParameterType
,
CharParameterType
,
EnumParameterType
,
IntegerParameterType
,
RealParameterType
,
StringParameterType
,
UserParameterType