Config
- Namespace: \Redaxscript
- Description: children class to store database config
- Package: Redaxscript
- Category: Config
- Author: Henry Ruhs
Properties
Property | Type | Visibility | Description |
---|---|---|---|
_configPath | protected | ||
_configArray | protected | ||
Property | Type | Visibility | Description |
Methods
Method | Visibility | Description |
---|---|---|
init | public | init the class |
get | public | get the value from config |
getArray | public | get the array from config |
set | public | set the value to config |
reset | public | reset the config |
parse | public | parse from database url |
write | public | write the config |
clear | public | clear the config |
_writeContent | protected | write content to file |
__construct | private | constructor of the class |
getInstance | public | get the instance |
clearInstance | public | clear the instance |
Method | Visibility | Description |