PHP Class Horde_Core_Notification_Event_Webnotification, horde

Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Notification_Event
Datei anzeigen Open project: horde/horde Class Usage Examples

Public Properties

Property Type Description
$webnotify array Web notification display parameters.

Public Methods

Method Description
createEvent ( string $title, array $opts = [] ) Create a webnotification event.

Method Details

createEvent() public static method

Create a webnotification event.
public static createEvent ( string $title, array $opts = [] )
$title string Notification title.
$opts array Additional options: - icon: (string) URL to icon to display. - text: (string) Extra content to display within notification.

Property Details

$webnotify public_oe property

Web notification display parameters.
public array $webnotify
return array