• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/propertyvaluebase.php
  • Класс: BitrixSalePropertyValueBase
  • Вызов: PropertyValueBase::getPropertyClassName
static function getPropertyClassName(): string
{
	$registry = Registry::getInstance(static::getRegistryType());
	return $registry->getPropertyClassName();
}