• Модуль: iblock
  • Путь к файлу: ~/bitrix/modules/iblock/classes/general/prop_section_auto.php
  • Класс: CIBlockPropertySectionAutoComplete
  • Вызов: CIBlockPropertySectionAutoComplete::GetAdminListViewHTML
static function GetAdminListViewHTML($arProperty, $arValue, $strHTMLControlName)
{
	$strResult = '';
	$mxResult = static::GetPropertyValue($arProperty,$arValue);
	if (is_array($mxResult))
	{
		$strResult = $mxResult['NAME'].' ['.$mxResult['ID'].']';
	}

	return $strResult;
}