• Модуль: ui
  • Путь к файлу: ~/bitrix/modules/ui/lib/entityselector/dialog.php
  • Класс: BitrixUIEntitySelectorDialog
  • Вызов: Dialog::setHeader
public function setHeader(string $header, array $options = [])
{
	if (strlen($header) > 0)
	{
		$this->header = $header;
		$this->headerOptions = $options;
	}
}