Method | Description | |
---|---|---|
all ( ) : array | ||
clearProperty ( ) : void | ||
getPrefixSystem ( ) : string | ||
getValue ( ) : mixed | Sample usage: getValue('system_name') - will return $config['system_name'] getValue('db', 'host') - will return $config['db']['host'] | |
isLoaded ( ) : boolean | ||
overrideProperty ( ) : |
||
overridePropertyArray ( $keys, $value ) : void | ||
registerConfig ( $customConfig ) : |
||
revertProperty ( ) : void | ||
revertPropertyArray ( $keys ) : void |
Method | Description | |
---|---|---|
getInstance ( ) : |
||
getInstanceNoReload ( ) : |
public static overrideProperty ( ) : |
||
return |
public static overridePropertyArray ( $keys, $value ) : void | ||
$keys | ||
$value | ||
return | void |
public static registerConfig ( $customConfig ) : |
||
$customConfig | ||
return |
public static revertPropertyArray ( $keys ) : void | ||
$keys | ||
return | void |