PHP Class Horde_Core_Alarm_Handler_Notify, horde

Author: Jan Schneider ([email protected])
Inheritance: extends Horde_Alarm_Handler
Datei anzeigen Open project: horde/horde

Protected Properties

Property Type Description
$_soundPlayed boolean Whether a sound already had been played during the page request.

Public Methods

Method Description
getDescription ( ) : string Returns a human readable description of the handler.
getParameters ( ) : array Returns a hash of user-configurable parameters for the handler.
notify ( array $alarm ) Notifies about an alarm through Horde_Notification.

Method Details

getDescription() public method

Returns a human readable description of the handler.
public getDescription ( ) : string
return string

getParameters() public method

The parameters are hashes with parameter names as keys and parameter information as values. The parameter information is a hash with the following keys: - desc: a parameter description. - required: whether this parameter is required. - type: the parameter type as a preference type.
public getParameters ( ) : array
return array

notify() public method

Notifies about an alarm through Horde_Notification.
public notify ( array $alarm )
$alarm array An alarm hash.

Property Details

$_soundPlayed protected_oe property

Whether a sound already had been played during the page request.
protected bool $_soundPlayed
return boolean