• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/classes/general/report_helper.php
  • Класс: CReportHelper
  • Вызов: CReportHelper::getUserNameFormat
static function getUserNameFormat()
{
	if (self::$userNameFormat === null)
	{
		$site = new CSite();
		self::$userNameFormat = $site->GetNameFormat(false);
	}

	return self::$userNameFormat;
}