• Модуль: ui
  • Путь к файлу: ~/bitrix/modules/ui/lib/entityselector/preselecteditem.php
  • Класс: BitrixUIEntitySelectorPreselectedItem
  • Вызов: PreselectedItem::jsonSerialize
public function jsonSerialize()
{
	return [$this->getEntityId(), $this->getId()];
}