• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/restview/productpropertyfeature.php
  • Класс: BitrixCatalogRestViewProductPropertyFeature
  • Вызов: ProductPropertyFeature::externalizeResult
public function externalizeResult($name, $fields): array
{
	if ($name !== 'getavailablefeaturesbyproperty')
	{
		parent::externalizeResult($name, $fields);
	}

	return $fields;
}