• Модуль: ui
  • Путь к файлу: ~/bitrix/modules/ui/lib/entityform/scope.php
  • Класс: BitrixUiEntityFormScope
  • Вызов: Scope::getUser
protected function getUser()
{
	if ($this->user === null)
	{
		global $USER;
		$this->user = $USER;
	}
	return $this->user;
}