![]() |
Bearsampp 2025.8.29
API Documentation for Bearsampp
|
Public Member Functions | |
| __construct ($args) | |
| processWindow ($window, $id, $ctrl, $param1, $param2) | |
Private Attributes | |
| $bin | |
| $cntProcessActions | |
| $wbBtnCancel | |
| $wbBtnFinish | |
| $wbInputCurrentPwd | |
| $wbInputNewPwd1 | |
| $wbInputNewPwd2 | |
| $wbLabelCurrentPwd | |
| $wbLabelNewPwd1 | |
| $wbLabelNewPwd2 | |
| $wbProgressBar | |
| $wbWindow | |
Class ActionChangeDbRootPwd Handles the process of changing the root password for various database systems.
Definition at line 14 of file class.action.changeDbRootPwd.php.
| __construct | ( | $args | ) |
ActionChangeDbRootPwd constructor. Initializes the window and controls for changing the database root password.
| array | $args | The arguments passed to the constructor, typically containing the database type. |
Definition at line 82 of file class.action.changeDbRootPwd.php.
References $bearsamppBins, $bearsamppLang, Lang\BUTTON_CANCEL, Lang\BUTTON_FINISH, Lang\CHANGE_DB_ROOT_PWD_CURRENTPWD_LABEL, Lang\CHANGE_DB_ROOT_PWD_NEWPWD1_LABEL, Lang\CHANGE_DB_ROOT_PWD_NEWPWD2_LABEL, Lang\CHANGE_DB_ROOT_PWD_TITLE, and WinBinder\CTRL_OBJ.
| processWindow | ( | $window, | |
| $id, | |||
| $ctrl, | |||
| $param1, | |||
| $param2 ) |
Processes the window events and handles the password change logic.
| object | $window | The window object. |
| int | $id | The control ID that triggered the event. |
| object | $ctrl | The control object that triggered the event. |
| mixed | $param1 | Additional parameter 1. |
| mixed | $param2 | Additional parameter 2. |
Definition at line 129 of file class.action.changeDbRootPwd.php.
References $bearsamppLang, Lang\CHANGE_DB_ROOT_PWD_INCORRECT_ERROR, Lang\CHANGE_DB_ROOT_PWD_NOTSAME_ERROR, Lang\CHANGE_DB_ROOT_PWD_TEXT, Lang\CHANGE_DB_ROOT_PWD_TITLE, WinBinder\CTRL_ID, and WinBinder\CTRL_OBJ.
|
private |
Definition at line 19 of file class.action.changeDbRootPwd.php.
|
private |
Definition at line 24 of file class.action.changeDbRootPwd.php.
|
private |
Definition at line 74 of file class.action.changeDbRootPwd.php.
|
private |
Definition at line 69 of file class.action.changeDbRootPwd.php.
|
private |
Definition at line 39 of file class.action.changeDbRootPwd.php.
|
private |
Definition at line 49 of file class.action.changeDbRootPwd.php.
|
private |
Definition at line 59 of file class.action.changeDbRootPwd.php.
|
private |
Definition at line 34 of file class.action.changeDbRootPwd.php.
|
private |
Definition at line 44 of file class.action.changeDbRootPwd.php.
|
private |
Definition at line 54 of file class.action.changeDbRootPwd.php.
|
private |
Definition at line 64 of file class.action.changeDbRootPwd.php.
|
private |
Definition at line 29 of file class.action.changeDbRootPwd.php.