• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integrity/dedupeparams.php
  • Класс: Bitrix\Crm\Integrity\DedupeParams
  • Вызов: DedupeParams::__construct
public function __construct($entityTypeID, $userID, $enablePermissionCheck = false,
	$scope = DuplicateIndexType::DEFAULT_SCOPE)
{
	$this->setEntityTypeID($entityTypeID);
	$this->setUserID($userID);
	$this->enabledPermissionCheck($enablePermissionCheck);
	$this->setScope($scope);
}