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

Static Public Member Functions

static process ()
 

Detailed Description

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.

Member Function Documentation

◆ process()

static TplAppClearFolders::process ( )
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.

Returns
string The generated action string for clearing folders.

Definition at line 27 of file class.tpl.app.clearFolders.php.

28 {
29 global $bearsamppLang;
30
33 null,
35 );
36 }
global $bearsamppLang
const CLEAR_FOLDERS
const MENU_CLEAR_FOLDERS
static getActionRun($action, $args=array(), $item=array(), $waitUntilTerminated=true)

References $bearsamppLang, Action\CLEAR_FOLDERS, TplApp\getActionRun(), TplAestan\GLYPH_TRASHCAN, and Lang\MENU_CLEAR_FOLDERS.

Referenced by TplApp\getSectionMenuRight().

+ Here is the caller graph for this function:

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