• Модуль: intranet
  • Путь к файлу: ~/bitrix/modules/intranet/lib/component/userprofile.php
  • Класс: BitrixIntranetComponentUserProfile
  • Вызов: UserProfile::getUserId
public function getUserId()
{
	return isset($this->arParams['ID']) ? (int)$this->arParams['ID'] : 0;
}