Bearsampp 2025.8.29
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 17 of file class.tpl.app.rebuildIni.php.

Member Function Documentation

◆ process()

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 30 of file class.tpl.app.rebuildIni.php.

31 {
32 global $bearsamppLang;
33
36 null,
38 );
39 }
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().


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