Horde_Registry_Nlsconfig
in package
Interface to NLS configuration.
Tags
Table of Contents
Properties
- $_config : array<string|int, mixed>
- The cached configuration data.
Methods
- __get() : mixed
- validLang() : bool
- Check whether a language string is valid.
Properties
$_config
The cached configuration data.
protected
array<string|int, mixed>
$_config
Methods
__get()
public
__get(mixed $name) : mixed
Parameters
- $name : mixed
validLang()
Check whether a language string is valid.
public
validLang(string $lang) : bool
Parameters
- $lang : string
-
The language to check.
Return values
bool —Whether the language is valid.