MediaWiki
REL1_24
|
A Config instance which stores all settings as a member variable. More...
Public Member Functions | |
__construct (array $settings=array()) | |
get ($name) | |
has ($name) | |
set ($name, $value) | |
Static Public Member Functions | |
static | newInstance () |
Private Attributes | |
array | $settings |
Array of config settings. |
A Config instance which stores all settings as a member variable.
Definition at line 28 of file HashConfig.php.
HashConfig::__construct | ( | array $ | settings = array() | ) |
array | $settings | Any current settings to pre-load |
Definition at line 46 of file HashConfig.php.
HashConfig::get | ( | $ | name | ) |
HashConfig::has | ( | $ | name | ) |
static HashConfig::newInstance | ( | ) | [static] |
Definition at line 39 of file HashConfig.php.
Referenced by HashConfigTest\testNewInstance().
HashConfig::set | ( | $ | name, |
$ | value | ||
) |
Array of config settings.
Definition at line 34 of file HashConfig.php.