Bearsampp
2026.3.26
API documentation
Loading...
Searching...
No Matches
class.action.debugMariadb.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
17
class
ActionDebugMariadb
extends
ActionDebugBase
18
{
24
protected
function
getServiceLangConstant
()
25
{
26
return
'MARIADB'
;
27
}
28
35
protected
function
getBinInstance
(
$bearsamppBins
)
36
{
37
return
$bearsamppBins
->getMariadb();
38
}
39
45
protected
function
getCommandMapping
()
46
{
47
return
[
48
BinMariadb::CMD_VERSION
=> [
49
'lang'
=>
Lang::DEBUG_MARIADB_VERSION
,
50
'editor'
=> false
51
],
52
BinMariadb::CMD_VARIABLES
=> [
53
'lang'
=>
Lang::DEBUG_MARIADB_VARIABLES
,
54
'editor'
=> true
55
],
56
BinMariadb::CMD_SYNTAX_CHECK
=> [
57
'lang'
=>
Lang::DEBUG_MARIADB_SYNTAX_CHECK
,
58
'editor'
=>
false
,
59
'syntaxCheck'
=> true
60
]
61
];
62
}
63
}
$bearsamppBins
global $bearsamppBins
Definition
ajax.apache.php:16
ActionDebugBase
Definition
class.action.debugBase.php:20
ActionDebugMariadb
Definition
class.action.debugMariadb.php:18
ActionDebugMariadb\getServiceLangConstant
getServiceLangConstant()
Definition
class.action.debugMariadb.php:24
ActionDebugMariadb\getCommandMapping
getCommandMapping()
Definition
class.action.debugMariadb.php:45
ActionDebugMariadb\getBinInstance
getBinInstance($bearsamppBins)
Definition
class.action.debugMariadb.php:35
BinMariadb\CMD_SYNTAX_CHECK
const CMD_SYNTAX_CHECK
Definition
class.bin.mariadb.php:33
BinMariadb\CMD_VERSION
const CMD_VERSION
Definition
class.bin.mariadb.php:31
BinMariadb\CMD_VARIABLES
const CMD_VARIABLES
Definition
class.bin.mariadb.php:32
Lang\DEBUG_MARIADB_VARIABLES
const DEBUG_MARIADB_VARIABLES
Definition
class.lang.php:327
Lang\DEBUG_MARIADB_SYNTAX_CHECK
const DEBUG_MARIADB_SYNTAX_CHECK
Definition
class.lang.php:328
Lang\DEBUG_MARIADB_VERSION
const DEBUG_MARIADB_VERSION
Definition
class.lang.php:326
Bearsampp-development
sandbox
core
classes
actions
class.action.debugMariadb.php
Generated by
1.16.1