• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/ui/infopopup.php
  • Класс: Bitrix\Crm\UI\InfoPopup
  • Вызов: InfoPopup::toArray
public function toArray(): array
{
	return [
		'header' => [
			'title' => $this->title,
			'subtitle' => $this->subtitle,
			'icon' => $this->icon,
		],
		'tableFields' => $this->tableFields,
	];
}