![]() |
2024.8.23
|
Public Member Functions | |
__construct ($args) | |
processWindow ($window, $id, $ctrl, $param1, $param2) | |
Private Attributes | |
$bin | |
$cntProcessActions | |
$currentPort | |
$wbBtnCancel | |
$wbBtnFinish | |
$wbInputPort | |
$wbLabelCurrent | |
$wbLabelPort | |
$wbProgressBar | |
$wbWindow | |
Class ActionChangePort Handles the process of changing the port for various services in the Bearsampp application.
Definition at line 14 of file class.action.changePort.php.
ActionChangePort::__construct | ( | $args | ) |
ActionChangePort constructor. Initializes the port change process for the specified service.
array | $args | The arguments passed to the constructor, where the first element specifies the service name. |
Definition at line 37 of file class.action.changePort.php.
References $bearsamppBins, $bearsamppLang, Lang\BUTTON_CANCEL, Lang\BUTTON_FINISH, Lang\CHANGE_PORT_CURRENT_LABEL, Lang\CHANGE_PORT_NEW_LABEL, Lang\CHANGE_PORT_TITLE, and WinBinder\CTRL_OBJ.
ActionChangePort::processWindow | ( | $window, | |
$id, | |||
$ctrl, | |||
$param1, | |||
$param2 ) |
Processes window events and handles user interactions.
mixed | $window | The window object. |
int | $id | The control ID. |
mixed | $ctrl | The control object. |
mixed | $param1 | Additional parameter 1. |
mixed | $param2 | Additional parameter 2. |
Definition at line 121 of file class.action.changePort.php.
References $bearsamppLang, $port, Lang\CHANGE_PORT_SAME_ERROR, Lang\CHANGE_PORT_TITLE, WinBinder\CTRL_ID, WinBinder\CTRL_OBJ, Lang\PORT_CHANGED, and Lang\PORT_NOT_USED_BY.
|
private |
Definition at line 16 of file class.action.changePort.php.
|
private |
Definition at line 18 of file class.action.changePort.php.
|
private |
Definition at line 17 of file class.action.changePort.php.
|
private |
Definition at line 29 of file class.action.changePort.php.
|
private |
Definition at line 28 of file class.action.changePort.php.
|
private |
Definition at line 25 of file class.action.changePort.php.
|
private |
Definition at line 22 of file class.action.changePort.php.
|
private |
Definition at line 24 of file class.action.changePort.php.
|
private |
Definition at line 27 of file class.action.changePort.php.
|
private |
Definition at line 20 of file class.action.changePort.php.