• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/component/reportstorelist.php
  • Класс: BitrixCatalogComponentReportStoreList
  • Вызов: ReportStoreList::getMeasureSymbol
private function getMeasureSymbol(int $measureId): string
{
	return htmlspecialcharsbx($this->getMeasures()[$measureId]['SYMBOL']);
}