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