Bearsampp
2025.8.29
Loading...
Searching...
No Matches
class.tpl.app.rebuildIni.php
Go to the documentation of this file.
1
<?php
2
/*
3
*
4
* * Copyright (c) 2022-2025 Bearsampp
5
* * License: GNU General Public License version 3 or later; see LICENSE.txt
6
* * Website: https://bearsampp.com
7
* * Github: https://github.com/Bearsampp
8
*
9
*/
10
17
class
TplAppRebuildIni
18
{
30
public
static
function
process
()
31
{
32
global
$bearsamppLang
;
33
34
return
TplApp::getActionRun
(
35
Action::REBUILD_INI
,
36
null
,
37
array(
$bearsamppLang
->getValue(
Lang::MENU_REBUILD_INI
),
TplAestan::GLYPH_REBUILD_INI
)
38
);
39
}
40
}
$bearsamppLang
global $bearsamppLang
Definition
ajax.apache.php:16
Action\REBUILD_INI
const REBUILD_INI
Definition
class.action.php:38
Lang\MENU_REBUILD_INI
const MENU_REBUILD_INI
Definition
class.lang.php:107
TplAestan\GLYPH_REBUILD_INI
const GLYPH_REBUILD_INI
Definition
class.tpl.aestan.php:97
TplApp\getActionRun
static getActionRun($action, $args=array(), $item=array(), $waitUntilTerminated=true)
Definition
class.tpl.app.php:115
TplAppRebuildIni
Definition
class.tpl.app.rebuildIni.php:18
TplAppRebuildIni\process
static process()
Definition
class.tpl.app.rebuildIni.php:30
Bearsampp-development
sandbox
core
classes
tpls
app
class.tpl.app.rebuildIni.php
Generated by
1.14.0