![]() |
2024.8.23
|
Public Member Functions | |
__construct ($args) | |
Data Fields | |
const | SWITCH_OFF = 'off' |
const | SWITCH_ON = 'on' |
Class ActionSwitchApacheModule
This class is responsible for enabling or disabling Apache modules by modifying the Apache configuration file.
Definition at line 15 of file class.action.switchApacheModule.php.
ActionSwitchApacheModule::__construct | ( | $args | ) |
ActionSwitchApacheModule constructor.
array | $args | An array containing the module name and the action (either 'on' or 'off'). |
Definition at line 25 of file class.action.switchApacheModule.php.
References $bearsamppBins.
const ActionSwitchApacheModule::SWITCH_OFF = 'off' |
Definition at line 18 of file class.action.switchApacheModule.php.
Referenced by TplAppApache\getActionSwitchApacheModule(), BinApache\getModulesFromConf(), and BinApache\getModulesFromFolder().
const ActionSwitchApacheModule::SWITCH_ON = 'on' |
Definition at line 17 of file class.action.switchApacheModule.php.
Referenced by TplAppApache\getActionSwitchApacheModule(), TplAppApache\getMenuApacheModules(), BinApache\getModulesFromConf(), and BinApache\getModulesLoaded().