...Человеческий поиск в разработке...
- Модуль: 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; }