프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$prefix | |||
$registry | Registry of configuration data |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
__construct ( ) | Static; private constructor |