• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/security/user.php
  • Класс: BitrixSenderSecurityUser
  • Вызов: User::current
static function current()
{
	if (!static::$instanceCurrentUser)
	{
		static::$instanceCurrentUser = new static();
	}

	return static::$instanceCurrentUser;
}