Property | Type | Description | |
---|---|---|---|
$_configArray | array | array of the config | |
$_configFile | string | path to config file |
Method | Description | |
---|---|---|
clear ( ) | clear the config | |
get ( string $key = null ) : mixed | get item from config | |
init ( string $configFile = null ) | init the class | |
parse ( string $dbUrl = null ) | parse from database url | |
set ( string $key = null, string $value = null ) | set item to config | |
write ( ) : boolean | write config to file |
protected static array $_configArray | ||
return | array |
protected static string $_configFile | ||
return | string |