...Человеческий поиск в разработке...
- Модуль: ui
- Путь к файлу: ~/bitrix/modules/ui/lib/entityselector/preselecteditem.php
- Класс: BitrixUIEntitySelectorPreselectedItem
- Вызов: PreselectedItem::__construct
public function __construct(array $options) { $id = $options['id'] ?? null; if ((is_string($id) && $id !== '') || is_int($id)) { $this->id = $id; } $entityId = $options['entityId'] ?? null; if (is_string($entityId) && $entityId !== '') { $this->entityId = strtolower($entityId); } }