• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/paymentcollection.php
  • Класс: BitrixSalePaymentCollection
  • Вызов: PaymentCollection::createPaymentCollectionObject
static function createPaymentCollectionObject()
{
	$registry = Registry::getInstance(static::getRegistryType());
	$paymentCollectionClassName = $registry->getPaymentCollectionClassName();

	return new $paymentCollectionClassName();
}