Horde_Core_Notification_Event_Webnotification
extends Horde_Notification_Event
in package
A webnotification event.
Tags
Table of Contents
Properties
- $webnotify : array<string|int, mixed>
- Web notification display parameters.
Methods
- createEvent() : mixed
- Create a webnotification event.
Properties
$webnotify
Web notification display parameters.
public
array<string|int, mixed>
$webnotify
= array()
Methods
createEvent()
Create a webnotification event.
public
static createEvent(string $title[, array<string|int, mixed> $opts = array() ]) : mixed
Parameters
- $title : string
-
Notification title.
- $opts : array<string|int, mixed> = array()
-
Additional options:
- icon: (string) URL to icon to display.
- text: (string) Extra content to display within notification.