2024.8.23
|
Public Member Functions | |
__construct ($args) | |
Data Fields | |
const | SWITCH_OFF = 'off' |
const | SWITCH_ON = 'on' |
Class ActionSwitchPhpParam
This class handles the switching of PHP parameters on and off. It modifies the PHP configuration file based on the provided arguments.
Definition at line 16 of file class.action.switchPhpParam.php.
ActionSwitchPhpParam::__construct | ( | $args | ) |
Constructor for ActionSwitchPhpParam.
array | $args | An array containing the PHP setting name and the desired state ('on' or 'off'). |
Definition at line 26 of file class.action.switchPhpParam.php.
References $bearsamppBins, $bearsamppLang, Lang\SWITCH_PHP_SETTING_NOT_FOUND, and Lang\SWITCH_PHP_SETTING_TITLE.
const ActionSwitchPhpParam::SWITCH_OFF = 'off' |
Definition at line 19 of file class.action.switchPhpParam.php.
Referenced by TplAppPhp\getActionSwitchPhpSetting().
const ActionSwitchPhpParam::SWITCH_ON = 'on' |
Definition at line 18 of file class.action.switchPhpParam.php.
Referenced by TplAppPhp\getActionSwitchPhpSetting().