Property | Type | Description | |
---|---|---|---|
$_icon | string | An icon URL. | |
$_jsNotify | callback | A notification callback. |
Method | Description | |
---|---|---|
__construct ( array $params = null ) | Constructor. | |
getDescription ( ) : string | Returns a human readable description of the handler. | |
notify ( array $alarm ) | Notifies about an alarm through javascript. |
public __construct ( array $params = null ) | ||
$params | array | Any parameters that the handler might need. Required parameter: - js_notify: A Horde_Notification_Handler instance. Optional parameter: - icon: URL of an icon to display. @todo Change this to be dynamically generated when needed. |
public getDescription ( ) : string | ||
return | string |
protected callback $_jsNotify | ||
return | callback |