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

	return $predefinedRelations->merge($this->getCustomChildRelations($parentEntityTypeId));
}