• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/component/baseform.php
  • Класс: BitrixCatalogComponentBaseForm
  • Вызов: BaseForm::preparePropertyNameFromProperty
static function preparePropertyNameFromProperty(Property $property): string
{
	$name = $property->getCode() === self::MORE_PHOTO ? self::MORE_PHOTO : $property->getId();

	return static::preparePropertyName($name);
}