PHP Class Horde_Registry_Nlsconfig, horde

Author: Michael Slusarz ([email protected])
Show file Open project: horde/horde Class Usage Examples

Protected Properties

Property Type Description
$_config array The cached configuration data.

Public Methods

Method Description
__get ( $name )
validLang ( string $lang ) : boolean Check whether a language string is valid.

Method Details

__get() public method

public __get ( $name )

validLang() public method

Check whether a language string is valid.
public validLang ( string $lang ) : boolean
$lang string The language to check.
return boolean Whether the language is valid.

Property Details

$_config protected property

The cached configuration data.
protected array $_config
return array