Property | Type | Description | |
---|---|---|---|
$prefix | |||
$registry | Registry of configuration data |
Method | Description | |
---|---|---|
clear ( string $key ) : void | Unset data | |
exists ( string $key ) : boolean | See if a key exists | |
get ( string $key, null $default = null ) : mixed | Fetch data from registry | |
set ( string $key, mixed $val ) : boolean | Set data in registry |
Method | Description | |
---|---|---|
__construct ( ) | Static; private constructor |