BaseController::eraseSuspendedCustomRelations

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. BaseController
  4. eraseSuspendedCustomRelations
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/recycling/basecontroller.php
  • Класс: Bitrix\Crm\Recycling\BaseController
  • Вызов: BaseController::eraseSuspendedCustomRelations
protected function eraseSuspendedCustomRelations(int $recyclingEntityId): void
{
	Crm\Relation\EntityRelationTable::deleteByItem($this->getSuspendedEntityTypeID(), $recyclingEntityId);
}

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