• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Relation/RelationManager.php
  • Класс: Bitrix\Crm\Relation\RelationManager
  • Вызов: RelationManager::getCustomParentRelations
protected function getCustomParentRelations(int $childEntityTypeId): Relation\Collection
{
	return $this->getCustomRelations()->filterByChildEntityTypeId($childEntityTypeId);
}