1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
debuginterfacetrait.php
См. документацию.
1<?php
2
9
10namespace Bitrix\Main\Web\Http;
11
12use Bitrix\Main\Web\HttpDebug;
13
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}
const DEFAULT
Определения httpdebug.php:23
setDebugLevel(int $debugLevel)
Определения debuginterfacetrait.php:22
trait DebugInterfaceTrait
Определения debuginterfacetrait.php:15