• Модуль: ui
  • Путь к файлу: ~/bitrix/modules/ui/lib/entityselector/preselectedcollection.php
  • Класс: BitrixUIEntitySelectorPreselectedCollection
  • Вызов: PreselectedCollection::has
public function has(PreselectedItem $preselectedItem): bool
{
	return isset($this->itemsByEntity[$preselectedItem->getEntityId()][$preselectedItem->getId()]);
}