![]() |
2024.8.23
|
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 16 of file class.action.rebuildIni.php.
| ActionRebuildini::__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 27 of file class.action.rebuildIni.php.
References $bearsamppCore, $bearsamppRoot, and TplAppReload\getActionReload().