RequisiteDedupeDataSource::__construct

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

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

Добавить комментарий