• Модуль: socialnetwork
  • Путь к файлу: ~/bitrix/modules/socialnetwork/lib/integration/ui/entityselector/userprovider.php
  • Класс: BitrixSocialnetworkIntegrationUIEntitySelectorUserProvider
  • Вызов: UserProvider::getCurrentUserId
static function getCurrentUserId(): int
{
	return is_object($GLOBALS['USER']) ? (int)$GLOBALS['USER']->getId() : 0;
}