2024.8.23
|
Public Member Functions | |
__construct ($args) | |
Class ActionReload
This class handles the reloading of various configurations and settings for the Bearsampp application. It performs operations such as refreshing the hostname, updating startup settings, checking and updating the browser configuration, processing configuration files, and rebuilding certain cached contents.
Definition at line 17 of file class.action.reload.php.
ActionReload::__construct | ( | $args | ) |
Constructs an ActionReload object and performs various refresh operations.
array | $args | The arguments passed to the constructor. |
@global Root $bearsamppRoot The root object of the Bearsampp application. @global Core $bearsamppCore The core object of the Bearsampp application. @global Config $bearsamppConfig The configuration object of the Bearsampp application. @global Bins $bearsamppBins The bins object containing various binaries used by the Bearsampp application. @global Homepage $bearsamppHomepage The homepage object for managing homepage-related settings and content.
Definition at line 30 of file class.action.reload.php.
References $bearsamppBins, $bearsamppConfig, $bearsamppCore, $bearsamppHomepage, $bearsamppRoot, Config\CFG_BROWSER, Config\CFG_HOSTNAME, Config\CFG_LAUNCH_STARTUP, Config\DISABLED, Config\ENABLED, Vbs\getDefaultBrowser(), Util\isLaunchStartup(), TplApp\process(), TplConsoleZ\process(), Util\startLoading(), and Util\utf8ToCp1252().