• Модуль: learning
  • Путь к файлу: ~/bitrix/modules/learning/classes/general/ilearngraphrelation.php
  • Класс: CLearnGraphRelation
  • Вызов: CLearnGraphRelation::ListImmediateChilds
static function ListImmediateChilds ($nodeId)
{
	return (self::_ListImmediateNeighbours ($nodeId, self::NBRS_IMDT_CHILDS));
}