TwistPHP Documentation

Settings

File path: dist/twist/Core/Models/Settings.model.php
Namespace: Twist\Core\Models
Extends:

Type: Model

Settings — Get, Set and update all the framework settings. Manage the update of all default tables created by packages and modules.

Example Usage

<?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 List

Method Access Returns
__constructconstructvoid
showInstallWizardpublicvoid
fileConfigOverridepublicvoid
loadprotectedvoid
loadTempSettingsprotectedvoid
getpublicvoid
getInfopublicvoid
setpublicvoid
uninstallpublicvoid
installpublicvoid