2024.8.23
Loading...
Searching...
No Matches
ActionRestart Class Reference

Public Member Functions

 __construct ($args)
 

Detailed Description

Class ActionRestart Handles the restart action for the Bearsampp application.

Definition at line 14 of file class.action.restart.php.

Constructor & Destructor Documentation

◆ __construct()

ActionRestart::__construct ( $args)

ActionRestart constructor. Displays a message box with restart information.

Parameters
array$argsCommand line arguments passed to the action.

Definition at line 22 of file class.action.restart.php.

23 {
24 global $bearsamppLang, $bearsamppWinbinder;
25
26 $bearsamppWinbinder->messageBoxInfo(
27 sprintf($bearsamppLang->getValue(Lang::RESTART_TEXT), APP_TITLE),
29 }
global $bearsamppLang
const RESTART_TITLE
const RESTART_TEXT
const APP_TITLE
Definition root.php:12

References $bearsamppLang, APP_TITLE, Lang\RESTART_TEXT, and Lang\RESTART_TITLE.


The documentation for this class was generated from the following file: