2024.8.23
|
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 Adminer, phpMyAdmin, phpPgAdmin, and Webgrind.
@global object $bearsamppLang Provides language support for retrieving language-specific values.
Definition at line 49 of file class.tpl.app.apps.php.
References $bearsamppLang, Lang\ADMINER, TplAestan\getItemLink(), Lang\PHPMYADMIN, Lang\PHPPGADMIN, and Lang\WEBGRIND.
|
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 TplAppApps::MENU = 'apps' |
Constant representing the menu identifier for apps.
Definition at line 21 of file class.tpl.app.apps.php.