Overview

Packages

  • Alarm

Classes

  • Horde_Alarm
  • Horde_Alarm_Exception
  • Horde_Alarm_Handler
  • Horde_Alarm_Handler_Desktop
  • Horde_Alarm_Handler_Mail
  • Horde_Alarm_Handler_Notify
  • Horde_Alarm_Null
  • Horde_Alarm_Object
  • Horde_Alarm_Sql
  • Horde_Alarm_Translation
  • Overview
  • Package
  • Class
  • Tree

Class Horde_Alarm_Handler_Desktop

The Horde_Alarm_Handler_Mail class is a Horde_Alarm handler that notifies of active alarms by desktop notification through webkit browsers.

Horde_Alarm_Handler
Extended by Horde_Alarm_Handler_Desktop
Package: Alarm
Author: Jan Schneider jan@horde.org
Located at Horde/Alarm/Handler/Desktop.php
Methods summary
public
# __construct( array $params = null )

Constructor.

Constructor.

Parameters

$params
<p>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.</p>
public
# notify( array $alarm )

Notifies about an alarm through javscript.

Notifies about an alarm through javscript.

Parameters

$alarm
An alarm hash.

Throws

Horde_Alarm_Exception
public string
# getDescription( )

Returns a human readable description of the handler.

Returns a human readable description of the handler.

Returns

string
Methods inherited from Horde_Alarm_Handler
getParameters(), reset()
Properties inherited from Horde_Alarm_Handler
$alarm
API documentation generated by ApiGen