• Модуль: socialnetwork
  • Путь к файлу: ~/bitrix/modules/socialnetwork/lib/component/entityselector.php
  • Класс: BitrixSocialnetworkComponentEntitySelector
  • Вызов: EntitySelector::getCurrentUserId
protected function getCurrentUserId()
{
	global $USER;

	return $USER->getId();
}