PHP 클래스 Horde_Notification_Handler_Decorator_Alarm, horde

Copyright 2001-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
저자: Jan Schneider ([email protected])
상속: extends Horde_Notification_Handler_Decorator_Base
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_alarm Horde_Core_Factory_Alarm A Horde_Alarm instance.
$_user string The current user.

공개 메소드들

메소드 설명
__construct ( object $alarm, string $user ) Initialize the notification system, set up any needed session variables, etc.
notify ( Horde_Notification_Handler $handler, Horde_Notification_Listener $listener ) Listeners are handling their messages.

메소드 상세

__construct() 공개 메소드

Initialize the notification system, set up any needed session variables, etc.
public __construct ( object $alarm, string $user )
$alarm object An alarm factory that implements create().
$user string The current username.

notify() 공개 메소드

Listeners are handling their messages.
public notify ( Horde_Notification_Handler $handler, Horde_Notification_Listener $listener )
$handler Horde_Notification_Handler The base handler object.
$listener Horde_Notification_Listener The Listener object that is handling its messages.

프로퍼티 상세

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

A Horde_Alarm instance.
protected Horde_Core_Factory_Alarm $_alarm
리턴 Horde_Core_Factory_Alarm

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

The current user.
protected string $_user
리턴 string