Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Notification
+ Граф наследования:Notification:

Открытые члены

 __construct (array $options)
 
 jsonSerialize ()
 

Подробное описание

См. определение в файле Notification.php строка 8

Конструктор(ы)

◆ __construct()

__construct ( array $options)

Value object of notification to send via NotificationManager

См. также
\Bitrix\UI\NotificationManager\NotificationManager
Аргументы
array$options= [ 'id' => '', //required filled string 'category' => '', //optional 'title' => '', //optional 'text' => '', //optional 'icon' => '', //optional 'inputPlaceholderText' => '', //optional 'button1Text' => '', //optional 'button2Text' => '', //optional ];
Исключения
ArgumentException

См. определение в файле Notification.php строка 38

Методы

◆ jsonSerialize()

jsonSerialize ( )

См. определение в файле Notification.php строка 96