![]() |
2024.8.23
|
Static Public Member Functions | |
static | getActionExit () |
static | process () |
Data Fields | |
const | ACTION = 'exit' |
Class TplAppExit
This class provides methods to handle the exit action within the Bearsampp application. It includes functionalities to process the exit action and generate the necessary action strings.
Definition at line 16 of file class.tpl.app.exit.php.
|
static |
Generates the action string to execute the exit action.
This method generates a run action string for the quit action and appends the exit action.
Definition at line 52 of file class.tpl.app.exit.php.
References TplApp\getActionRun(), and Action\QUIT.
|
static |
Processes the exit action and generates the necessary action strings.
This method generates a multi-action string for the exit action, including the caption and glyph.
@global object $bearsamppLang Provides language support for retrieving language-specific values.
Definition at line 32 of file class.tpl.app.exit.php.
References $bearsamppLang, TplApp\getActionMulti(), TplAestan\GLYPH_EXIT, and Lang\QUIT.
Referenced by TplApp\getSectionMenuRight().
const TplAppExit::ACTION = 'exit' |
Constant representing the exit action.
Definition at line 21 of file class.tpl.app.exit.php.