• Модуль: ui
  • Путь к файлу: ~/bitrix/modules/ui/lib/entityselector/item.php
  • Класс: BitrixUIEntitySelectorItem
  • Вызов: Item::getCaptionOptions
public function getCaptionOptions(): Dictionary
{
	if ($this->captionOptions === null)
	{
		$this->captionOptions = new Dictionary();
	}

	return $this->captionOptions;
}