File path: dist/twist/Core/Models/Settings.model.php
Namespace: Twist\Core\Models
Type: Model
Settings
— Get, Set and update all the framework settings. Manage the update of all default tables created by packages and modules.
<?php
//Set the variables for the example
$blFileConfig = true;
//Call the function fileConfigOverride with the example vars
$resSettings = new \Twist\Core\Models\Settings();
$resSettings -> fileConfigOverride($blFileConfig);
Method | Access | Returns |
---|---|---|
__construct | construct | void |
showInstallWizard | public | void |
fileConfigOverride | public | void |
load | protected | void |
loadTempSettings | protected | void |
get | public | void |
getInfo | public | void |
set | public | void |
uninstall | public | void |
install | public | void |