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