EntityToOrder::replaceBindings

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. EntityToOrder
  4. replaceBindings
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Relation/StorageStrategy/EntityToOrder.php
  • Класс: Bitrix\Crm\Relation\StorageStrategy\EntityToOrder
  • Вызов: EntityToOrder::replaceBindings
protected function replaceBindings(ItemIdentifier $fromItem, ItemIdentifier $toItem): Result
{
	OrderEntityTable::rebind(
		$toItem->getEntityTypeId(),
		$fromItem->getEntityId(),
		$toItem->getEntityId()
	);

	return new Result();
}

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