ItemCollection::toJsObject

  1. Bitrix24 API (v. 23.675.0)
  2. ui
  3. ItemCollection
  4. toJsObject
  • Модуль: ui
  • Путь к файлу: ~/bitrix/modules/ui/lib/entityselector/itemcollection.php
  • Класс: BitrixUIEntitySelectorItemCollection
  • Вызов: ItemCollection::toJsObject
public function toJsObject(): string
{
	$items = $this->toArray();

	return CUtil::phpToJSObject($items, false, false, true);
}

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