2024.8.23
|
Static Public Member Functions | |
static | process () |
Class TplAppClearFolders
This class provides a method to generate an action string for clearing folders within the Bearsampp application.
Definition at line 15 of file class.tpl.app.clearFolders.php.
|
static |
Generates an action string to clear folders.
This method constructs and returns an action string that triggers the CLEAR_FOLDERS
action. The action string includes the caption and glyph for the menu item, which are retrieved from the language settings.
@global object $bearsamppLang Provides language support for retrieving language-specific values.
Definition at line 27 of file class.tpl.app.clearFolders.php.
References $bearsamppLang, Action\CLEAR_FOLDERS, TplApp\getActionRun(), TplAestan\GLYPH_TRASHCAN, and Lang\MENU_CLEAR_FOLDERS.
Referenced by TplApp\getSectionMenuRight().