2024.8.23
|
Public Member Functions | |
__construct ($args) | |
Class ActionEnable
This class is responsible for enabling various services (Apache, PHP, MySQL, etc.) based on the provided arguments.
Definition at line 15 of file class.action.enable.php.
ActionEnable::__construct | ( | $args | ) |
Constructor for the ActionEnable class.
array | $args | An array of arguments where the first element is the service name and the second element is the enable flag. |
@global object $bearsamppBins Global object containing instances of various services.
Definition at line 24 of file class.action.enable.php.
References $bearsamppBins, and Util\startLoading().