• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/monitor/config.php
  • Класс: BitrixTimemanMonitorConfig
  • Вызов: Config::getMonitorDebugEnableOption
static function getMonitorDebugEnableOption(): string
{
	return Option::get(self::MODULE_ID, self::MONITOR_DEBUG_ENABLE_OPTION, '0');
}