PHP Класс Horde_Alarm_Handler, horde

Автор: Jan Schneider ([email protected])
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$alarm Horde_Alarm

Открытые методы

Метод Описание
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.
reset ( array $alarm ) Resets the internal status of the handler, so that alarm notifications are sent again.

Описание методов

getDescription() абстрактный публичный Метод

Returns a human readable description of the handler.
abstract public getDescription ( ) : string
Результат string

getParameters() публичный Метод

The parameters are hashes with parameter names as keys and parameter information as values. The parameter information is a hash with the following keys: - type: the parameter type as a preference type. - desc: a parameter description. - required: whether this parameter is required.
public getParameters ( ) : array
Результат array

notify() абстрактный публичный Метод

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

reset() публичный Метод

Resets the internal status of the handler, so that alarm notifications are sent again.
public reset ( array $alarm )
$alarm array An alarm hash.

Описание свойств

$alarm публичное свойство

Horde_Alarm
public $alarm