PreselectedCollection::get

  1. Bitrix24 API (v. 23.675.0)
  2. ui
  3. PreselectedCollection
  4. get
  • Модуль: ui
  • Путь к файлу: ~/bitrix/modules/ui/lib/entityselector/preselectedcollection.php
  • Класс: BitrixUIEntitySelectorPreselectedCollection
  • Вызов: PreselectedCollection::get
public function get(string $entityId, $itemId): ?PreselectedItem
{
	return $this->itemsByEntity[$entityId][$itemId] ?? null;
}

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