• Модуль: recyclebin
  • Путь к файлу: ~/bitrix/modules/recyclebin/lib/internals/user.php
  • Класс: BitrixRecyclebinInternalsUser
  • Вызов: User::formatName
static function formatName($data, $siteId = false, $format = null)
{
	if ($format === null)
	{
		$format = static::getUserNameFormat($siteId);
	}

	return CUser::formatName($format, $data, true, false);
}