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

Static Public Member Functions

static process ()
 

Detailed Description

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.

Member Function Documentation

◆ process()

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

Returns
string The generated action string to rebuild the INI configuration.

Definition at line 29 of file class.tpl.app.rebuildIni.php.

30 {
31 global $bearsamppLang;
32
35 null,
37 );
38 }
global $bearsamppLang
const REBUILD_INI
const MENU_REBUILD_INI
const GLYPH_REBUILD_INI
static getActionRun($action, $args=array(), $item=array(), $waitUntilTerminated=true)

References $bearsamppLang, TplApp\getActionRun(), TplAestan\GLYPH_REBUILD_INI, Lang\MENU_REBUILD_INI, and Action\REBUILD_INI.

Referenced by TplApp\getSectionMenuRight().

+ Here is the caller graph for this function:

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