Bearsampp
2025.8.29
Loading...
Searching...
No Matches
class.tpl.app.apps.php
Go to the documentation of this file.
1
<?php
2
/*
3
* Copyright (c) 2021-2024 Bearsampp
4
* License: GNU General Public License version 3 or later; see LICENSE.txt
5
* Author: bear
6
* Website: https://bearsampp.com
7
* Github: https://github.com/Bearsampp
8
*/
9
16
class
TplAppApps
17
{
21
const
MENU
=
'apps'
;
22
32
public
static
function
process
()
33
{
34
global
$bearsamppLang
;
35
36
return
TplApp::getMenu
(
$bearsamppLang
->getValue(
Lang::APPS
), self::MENU, get_called_class());
37
}
38
49
public
static
function
getMenuApps
()
50
{
51
global
$bearsamppLang
;
52
53
return
TplAestan::getItemLink
(
54
$bearsamppLang
->getValue(
Lang::PHPMYADMIN
),
55
'phpmyadmin/'
,
56
true
57
) . PHP_EOL .
58
TplAestan::getItemLink
(
59
$bearsamppLang
->getValue(
Lang::PHPPGADMIN
),
60
'phppgadmin/'
,
61
true
62
);
63
}
64
}
$bearsamppLang
global $bearsamppLang
Definition
ajax.apache.php:16
Lang\APPS
const APPS
Definition
class.lang.php:31
Lang\PHPMYADMIN
const PHPMYADMIN
Definition
class.lang.php:137
Lang\PHPPGADMIN
const PHPPGADMIN
Definition
class.lang.php:138
TplAestan\getItemLink
static getItemLink($caption, $link, $local=false, $glyph=self::GLYPH_WEB_PAGE)
Definition
class.tpl.aestan.php:176
TplAppApps
Definition
class.tpl.app.apps.php:17
TplAppApps\MENU
const MENU
Definition
class.tpl.app.apps.php:21
TplAppApps\process
static process()
Definition
class.tpl.app.apps.php:32
TplAppApps\getMenuApps
static getMenuApps()
Definition
class.tpl.app.apps.php:49
TplApp\getMenu
static getMenu($caption, $menu, $class)
Definition
class.tpl.app.php:190
Bearsampp-development
sandbox
core
classes
tpls
app
class.tpl.app.apps.php
Generated by
1.14.0