• Модуль: translate
  • Путь к файлу: ~/bitrix/modules/translate/lib/componentbase.php
  • Класс: BitrixTranslateComponentBase
  • Вызов: ComponentBase::getUser
protected function getUser()
{
	/** @global CUser $USER */
	global $USER;
	return $USER;
}