Class Config
/system/libraries/Config.php line 40
Automatically extracted PHP DOC comment from code: END OF PHP DOC
Class Config
Provide methods to manage configuration files.
Methods
- final private __clone()
- protected escape(mixed $varValue)
- protected __construct()
- public add(string $strKey, mixed $varValue)
- public delete(string $strKey)
- public getActiveModules(boolean $blnNoCache)
- public getInstance()
- public update(string $strKey, mixed $varValue)
- public __destruct()
Properties
- protected array $arrCache
- protected array $arrData
- protected boolean $blnIsModified
- protected object $Files
- protected object $objInstance
- protected string $strBottom
- protected string $strTop
Add a comment