• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/recycling/relationmap.php
  • Класс: Bitrix\Crm\Recycling\RelationMap
  • Вызов: RelationMap::getEntityIDs
public function getEntityIDs($entityTypeID)
{
	return array_unique(
		array_merge(
			$this->getSourceEntityIDs($entityTypeID),
			$this->getDestinationEntityIDs($entityTypeID)
		)
	);
}