![]() |
Bearsampp 2025.8.29
|
Static Public Member Functions | |
static | getMenuApps () |
static | process () |
Data Fields | |
const | MENU = 'apps' |
Class TplAppApps
This class provides methods to generate and manage the "Apps" menu within the Bearsampp application. It includes functionalities for creating the menu and adding specific application links.
Definition at line 16 of file class.tpl.app.apps.php.
|
static |
Generates the content of the "Apps" menu.
This method generates the content of the "Apps" menu by adding links to various applications such as phpMyAdmin and phpPgAdmin.
@global object $bearsamppLang Provides language support for retrieving language-specific values.
Definition at line 49 of file class.tpl.app.apps.php.
References $bearsamppLang, TplAestan\getItemLink(), Lang\PHPMYADMIN, and Lang\PHPPGADMIN.
|
static |
Processes and generates the "Apps" menu.
This method generates the "Apps" menu by calling the getMenu method from the TplApp class.
@global object $bearsamppLang Provides language support for retrieving language-specific values.
Definition at line 32 of file class.tpl.app.apps.php.
References $bearsamppLang, Lang\APPS, and TplApp\getMenu().
Referenced by TplApp\getSectionMenuLeft().
const MENU = 'apps' |
Constant representing the menu identifier for apps.
Definition at line 21 of file class.tpl.app.apps.php.