Bearsampp 2026.3.26
API documentation
Loading...
Searching...
No Matches
class.action.debugApache.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 'APACHE';
27 }
28
35 protected function getBinInstance($bearsamppBins)
36 {
37 return $bearsamppBins->getApache();
38 }
39
45 protected function getCommandMapping()
46 {
47 return [
50 'editor' => false
51 ],
54 'editor' => false
55 ],
58 'editor' => false
59 ],
62 'editor' => true
63 ],
66 'editor' => true
67 ],
70 'editor' => true
71 ],
74 'editor' => false,
75 'syntaxCheck' => true
76 ]
77 ];
78 }
79}
global $bearsamppBins
const CMD_SYNTAX_CHECK
const CMD_CONFIG_DIRECTIVES
const CMD_COMPILE_SETTINGS
const CMD_COMPILED_MODULES
const CMD_LOADED_MODULES
const CMD_VERSION_NUMBER
const CMD_VHOSTS_SETTINGS
const DEBUG_APACHE_SYNTAX_CHECK
const DEBUG_APACHE_COMPILE_SETTINGS
const DEBUG_APACHE_COMPILED_MODULES
const DEBUG_APACHE_CONFIG_DIRECTIVES
const DEBUG_APACHE_LOADED_MODULES
const DEBUG_APACHE_VERSION_NUMBER
const DEBUG_APACHE_VHOSTS_SETTINGS