PHP 클래스 Horde_Alarm_Handler_Desktop, horde

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

보호된 프로퍼티들

프로퍼티 타입 설명
$_icon string An icon URL.
$_jsNotify callback A notification callback.

공개 메소드들

메소드 설명
__construct ( array $params = null ) Constructor.
getDescription ( ) : string Returns a human readable description of the handler.
notify ( array $alarm ) Notifies about an alarm through javascript.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( array $params = null )
$params array 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.

getDescription() 공개 메소드

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

notify() 공개 메소드

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

프로퍼티 상세

$_icon 보호되어 있는 프로퍼티

An icon URL.
protected string $_icon
리턴 string

$_jsNotify 보호되어 있는 프로퍼티

A notification callback.
protected callback $_jsNotify
리턴 callback