• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/bundlecollection.php
  • Класс: BitrixSaleBundleCollection
  • Вызов: BundleCollection::createBundleCollectionObject
static function createBundleCollectionObject()
{
	$registry = Registry::getInstance(static::getRegistryType());
	$bundleCollectionClassName = $registry->getBundleCollectionClassName();

	return new $bundleCollectionClassName();
}