• Модуль: 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();
}