• Модуль: highloadblock
  • Путь к файлу: ~/bitrix/modules/highloadblock/classes/general/prop_directory.php
  • Класс: CIBlockPropertyDirectory
  • Вызов: CIBlockPropertyDirectory::GetAdminListViewHTML
static function GetAdminListViewHTML(
	$arProperty,
	$value,
	/** @noinspection PhpUnusedParameterInspection */$strHTMLControlName
): string
{
	$dataValue = self::GetExtendedValue($arProperty, $value);
	if ($dataValue)
	{
		return htmlspecialcharsbx($dataValue['UF_NAME']);
	}
	return '';
}