Property | Type | Description | |
---|---|---|---|
$_notification | object | A notification handler injector. | |
$_soundPlayed | boolean | Whether a sound already had been played during the page request. |
Method | Description | |
---|---|---|
__construct ( array $params = null ) | Constructor. | |
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. |
public __construct ( array $params = null ) | ||
$params | array | Any parameters that the handler might need. Required parameter: - notification: (object) A factory that implements create() and returns a Notification object. |
public getDescription ( ) : string | ||
return | string |
public getParameters ( ) : array | ||
return | array |
protected object $_notification | ||
return | object |
protected bool $_soundPlayed | ||
return | boolean |