OrganizationDedupeDataSource::getEntityMatchesByHash

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. OrganizationDedupeDataSource
  4. getEntityMatchesByHash
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integrity/organizationdedupedatasource.php
  • Класс: Bitrix\Crm\Integrity\OrganizationDedupeDataSource
  • Вызов: OrganizationDedupeDataSource::getEntityMatchesByHash
protected function getEntityMatchesByHash($entityTypeID, $entityID, $matchHash)
{
	$matches = DuplicateOrganizationCriterion::loadEntityMatches($entityTypeID, $entityID);
	return (is_array($matches) && DuplicateOrganizationCriterion::prepareMatchHash($matches) === $matchHash)
		? $matches : null;
}

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