• Модуль: ui
  • Путь к файлу: ~/bitrix/modules/ui/lib/NotificationManager/Notification.php
  • Класс: BitrixUINotificationManagerNotification
  • Вызов: Notification::jsonSerialize
public function jsonSerialize(): array
{
	return [
		'id' => $this->uid,
		'category' => $this->category,
		'title' => $this->title,
		'text' => $this->text,
		'icon' => $this->icon,
		'inputPlaceholderText' => $this->inputPlaceholderText,
		'button1Text' => $this->button1Text,
		'button2Text' => $this->button2Text,
	];
}