DuplicateList::setScope

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. DuplicateList
  4. setScope
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integrity/duplicatelist.php
  • Класс: Bitrix\Crm\Integrity\DuplicateList
  • Вызов: DuplicateList::setScope
public function setScope($scope)
{
	if (!DuplicateIndexType::checkScopeValue($scope))
	{
		throw new Main\ArgumentException("Parameter has invalid value", 'scope');
	}

	$this->scope = $scope;
}

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