• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/ui/infopopup.php
  • Класс: Bitrix\Crm\UI\InfoPopup
  • Вызов: InfoPopup::setTitle
public function setTitle(string $title): self
{
	$this->title = $title;

	return $this;
}