- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/lib/integrity/actualentityselector.php
- Класс: Bitrix\Crm\Integrity\ActualEntitySelector
- Вызов: ActualEntitySelector::setEntities
public function setEntities(Identificator\ComplexCollection $entities, $skipRanking = false) { $list = []; foreach ($entities as $entity) { $list[$entity->getTypeId()][] = $entity->getId(); } foreach ($list as $typeId => $ids) { $this->setEntity($typeId, $ids, $skipRanking); } return $this; }