DedupeParams::__construct

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. DedupeParams
  4. __construct
  • Модуль: 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);
}

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