Bearsampp
2026.3.26
API documentation
Loading...
Searching...
No Matches
class.action.debugPostgresql.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
ActionDebugPostgresql
extends
ActionDebugBase
17
{
23
protected
function
getServiceLangConstant
()
24
{
25
return
'POSTGRESQL'
;
26
}
27
34
protected
function
getBinInstance
(
$bearsamppBins
)
35
{
36
return
$bearsamppBins
->getPostgresql();
37
}
38
44
protected
function
getCommandMapping
()
45
{
46
return
[
47
BinPostgresql::CMD_VERSION
=> [
48
'lang'
=>
Lang::DEBUG_POSTGRESQL_VERSION
,
49
'editor'
=> false
50
]
51
];
52
}
53
59
protected
function
hasContentKey
()
60
{
61
return
false
;
62
}
63
}
$bearsamppBins
global $bearsamppBins
Definition
ajax.apache.php:16
ActionDebugBase
Definition
class.action.debugBase.php:20
ActionDebugPostgresql
Definition
class.action.debugPostgresql.php:17
ActionDebugPostgresql\getServiceLangConstant
getServiceLangConstant()
Definition
class.action.debugPostgresql.php:23
ActionDebugPostgresql\hasContentKey
hasContentKey()
Definition
class.action.debugPostgresql.php:59
ActionDebugPostgresql\getCommandMapping
getCommandMapping()
Definition
class.action.debugPostgresql.php:44
ActionDebugPostgresql\getBinInstance
getBinInstance($bearsamppBins)
Definition
class.action.debugPostgresql.php:34
BinPostgresql\CMD_VERSION
const CMD_VERSION
Definition
class.bin.postgresql.php:35
Lang\DEBUG_POSTGRESQL_VERSION
const DEBUG_POSTGRESQL_VERSION
Definition
class.lang.php:331
Bearsampp-development
sandbox
core
classes
actions
class.action.debugPostgresql.php
Generated by
1.16.1