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

	$debugUsers = self::getMonitorDebugEnableOption();
	return Json::decode($debugUsers);
}