См. определение в файле 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 ]; |
- Исключения
-
См. определение в файле Notification.php строка 38
◆ jsonSerialize()