Documentation

Horde_Registry_Nlsconfig
in package

Interface to NLS configuration.

Tags
author

Michael Slusarz slusarz@horde.org

category

Horde

license

http://www.horde.org/licenses/lgpl21 LGPL 2.1

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.


        
On this page

Search results