...Человеческий поиск в разработке...
- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/lib/Relation/RelationManager.php
- Класс: Bitrix\Crm\Relation\RelationManager
- Вызов: RelationManager::getElements
public function getElements(ItemIdentifier $identifier): array { return array_unique( array_merge($this->getParentElements($identifier), $this->getChildElements($identifier)) ); }