• Модуль: recyclebin
  • Путь к файлу: ~/bitrix/modules/recyclebin/lib/internals/user.php
  • Класс: BitrixRecyclebinInternalsUser
  • Вызов: User::getUserNameFormat
static function getUserNameFormat($siteId = '')
{
	return str_replace(array("#NOBR#", "#/NOBR#"), array("", ""), (string)CSite::GetNameFormat(false, $siteId));
}