• Модуль: voximplant
  • Путь к файлу: ~/bitrix/modules/voximplant/lib/security/helper.php
  • Класс: BitrixVoximplantSecurityHelper
  • Вызов: Helper::getCurrentUserId
static function getCurrentUserId()
{
	return ($GLOBALS['USER'] instanceof CUser) ?  (int)$GLOBALS['USER']->GetID() : 0;
}