1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
debuginterfacetrait.php
См. документацию.
1
<?php
2
9
10
namespace
Bitrix\Main\Web\Http;
11
12
use Bitrix\Main\Web\HttpDebug;
13
14
trait
DebugInterfaceTrait
15
{
16
protected
int
$debugLevel =
HttpDebug::DEFAULT
;
17
22
public
function
setDebugLevel
(
int
$debugLevel)
23
{
24
$this->debugLevel = $debugLevel;
25
}
26
31
public
function
getDebugLevel
(): int
32
{
33
return
$this->debugLevel;
34
}
35
}
Bitrix\Main\Web\HttpDebug\DEFAULT
const DEFAULT
Определения
httpdebug.php:23
Bitrix\Main\Web\Http\getDebugLevel
getDebugLevel()
Определения
debuginterfacetrait.php:31
Bitrix\Main\Web\Http\setDebugLevel
setDebugLevel(int $debugLevel)
Определения
debuginterfacetrait.php:22
Bitrix\Main\Web\Http\DebugInterfaceTrait
trait DebugInterfaceTrait
Определения
debuginterfacetrait.php:15
bitrix
modules
main
lib
web
http
debuginterfacetrait.php
Создано системой
1.14.0