Item::getCaptionOptions

  1. Bitrix24 API (v. 23.675.0)
  2. ui
  3. Item
  4. getCaptionOptions
  • Модуль: 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;
}

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