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

	return $this->tagOptions;
}