PHP 클래스 Horde_Alarm_Handler, horde

저자: Jan Schneider ([email protected])
파일 보기 프로젝트 열기: horde/horde

공개 프로퍼티들

프로퍼티 타입 설명
$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