• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integrity/bankdetaildedupedatasource.php
  • Класс: Bitrix\Crm\Integrity\BankDetailDedupeDataSource
  • Вызов: BankDetailDedupeDataSource::__construct
public function __construct($typeID, DedupeParams $params)
{
	if(($typeID & DuplicateIndexType::BANK_DETAIL) !== $typeID)
	{
		throw new Main\NotSupportedException("Type(s): '".DuplicateIndexType::resolveName($typeID)."' is not supported in current context");
	}

	parent::__construct($typeID, $params);
}