![]() |
Bearsampp 2025.8.29
|
Public Member Functions | |
__construct ($args) |
Handles the action of rebuilding the bearsampp.ini file within the application.
This class is responsible for deleting the existing bearsampp.ini file and creating a new one with the specified configuration content.
Definition at line 17 of file class.action.rebuildIni.php.
__construct | ( | $args | ) |
Constructor for the ActionRebuildini class.
Upon instantiation, it deletes the existing bearsampp.ini file and creates a new one with the specified configuration content.
array | $args | Arguments that might be used for further extension of constructor functionality. |
Exception | If the bearsampp.ini file cannot be written. |
Definition at line 28 of file class.action.rebuildIni.php.
References $bearsamppCore, $bearsamppRoot, Util\logTrace(), and TplAppReload\triggerReload().