...Человеческий поиск в разработке...
- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/lib/Relation/StorageStrategy.php
- Класс: Bitrix\Crm\Relation\StorageStrategy
- Вызов: StorageStrategy::replaceAllItemBindings
public function replaceAllItemBindings(ItemIdentifier $oldItem, ItemIdentifier $newItem): Result { if ($oldItem->getEntityTypeId() !== $newItem->getEntityTypeId()) { return (new Result())->addError(new Error( 'The items must have same entity type id' )); } return $this->replaceBindings($oldItem, $newItem); }