• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/monitor/config.php
  • Класс: BitrixTimemanMonitorConfig
  • Вызов: Config::isDebugEnabledForCurrentUser
static function isDebugEnabledForCurrentUser(): bool
{
	$userId = self::getCurrentUserId();
	if(!$userId)
	{
		return false;
	}

	return self::isMonitorDebugEnabledForUser($userId);
}