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
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 [
50 'editor' => false
51 ],
54 'editor' => true
55 ],
58 'editor' => false,
59 'syntaxCheck' => true
60 ]
61 ];
62 }
63}
global $bearsamppBins
const DEBUG_MARIADB_VARIABLES
const DEBUG_MARIADB_SYNTAX_CHECK
const DEBUG_MARIADB_VERSION