OrganizationCriterion::wrapUnregister

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. OrganizationCriterion
  4. wrapUnregister
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integrity/criterionregistrar/decorator/organizationcriterion.php
  • Класс: Bitrix\Crm\Integrity\CriterionRegistrar\Decorator\OrganizationCriterion
  • Вызов: OrganizationCriterion::wrapUnregister
protected function wrapUnregister(CriterionRegistrar\Data $data): Result
{
	DuplicateOrganizationCriterion::unregister($data->getEntityTypeId(), $data->getEntityId());

	return new Result();
}

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