2024.8.23
|
Static Public Member Functions | |
static | process () |
Class TplAppRebuildIni
This class provides a method to process the rebuilding of the INI configuration. It generates the necessary action to run the REBUILD_INI command.
Definition at line 16 of file class.tpl.app.rebuildIni.php.
|
static |
Processes the action to rebuild the INI configuration.
This method generates the action string to run the REBUILD_INI command. It uses the global $bearsamppLang
object to retrieve the localized string for the menu item and the glyph icon for the trashcan.
@global object $bearsamppLang Provides language support for retrieving language-specific values.
Definition at line 29 of file class.tpl.app.rebuildIni.php.
References $bearsamppLang, TplApp\getActionRun(), TplAestan\GLYPH_REBUILD_INI, Lang\MENU_REBUILD_INI, and Action\REBUILD_INI.
Referenced by TplApp\getSectionMenuRight().