• Модуль: ui
  • Путь к файлу: ~/bitrix/modules/ui/lib/entityselector/item.php
  • Класс: BitrixUIEntitySelectorItem
  • Вызов: Item::getCaption
public function getCaption(): ?string
{
	return $this->getCaptionNode() ? $this->getCaptionNode()->getText() : null;
}