• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Relation/StorageStrategy/ContactToOrder.php
  • Класс: Bitrix\Crm\Relation\StorageStrategy\ContactToOrder
  • Вызов: ContactToOrder::replaceBindings
protected function replaceBindings(ItemIdentifier $fromItem, ItemIdentifier $toItem): Result
{
	(new ContactCompanyBinding(\CCrmOwnerType::Contact))->rebind(
		$fromItem->getEntityId(),
		$toItem->getEntityId()
	);

	return new Result();
}