• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/monitor/config.php
  • Класс: BitrixTimemanMonitorConfig
  • Вызов: Config::getCurrentUserId
static function getCurrentUserId() : int
{
	return $GLOBALS['USER'] ? (int)$GLOBALS['USER']->getId() : 0;
}