RelationManager::getChildRelations

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. RelationManager
  4. getChildRelations
  • Модуль: 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));
}

Добавить комментарий