# StorageStrategy

URL: https://chugunov.pro/api-bitrix/crm/relation/storagestrategy/
Проверено на 1С-Битрикс 25.x, обновлено 03.08.2026.
Источник: независимый русскоязычный справочник chugunov.pro. Не является официальной документацией 1С-Битрикс.

Класс `\Bitrix\Crm\Relation\StorageStrategy`
Модуль: Crm.

Исходный файл: `source/crm/lib/Relation/StorageStrategy.php:9`

## Методы (6)

- [`areItemsBound()`](https://chugunov.pro/api-bitrix/crm/relation/storagestrategy/areitemsbound/) — Возвращает true, если элементы связаны
- [`bindItems()`](https://chugunov.pro/api-bitrix/crm/relation/storagestrategy/binditems/) — Связать предоставленные элементы друг с другом
- [`getChildElements()`](https://chugunov.pro/api-bitrix/crm/relation/storagestrategy/getchildelements/) — Получить из БД объекты ItemIdentifier, являющиеся дочерними по отношению к указанному родителю.
- [`getParentElements()`](https://chugunov.pro/api-bitrix/crm/relation/storagestrategy/getparentelements/) — Получить из БД объекты ItemIdentifier, являющиеся родительскими по отношению к указанному дочернему.
- [`replaceAllItemBindings()`](https://chugunov.pro/api-bitrix/crm/relation/storagestrategy/replaceallitembindings/) — Заменить все привязки $oldItem на $newItem
- [`unbindItems()`](https://chugunov.pro/api-bitrix/crm/relation/storagestrategy/unbinditems/) — Отвязать предоставленные элементы

Оригинал в официальной документации: https://docs.1c-bitrix.ru/api/classes/Bitrix-Crm-Relation-StorageStrategy.html
