PHP 클래스 Horde_Core_Notification_Handler_Decorator_Base, horde

저자: Michael Slusarz ([email protected])
상속: extends Horde_Notification_Handler_Decorator_Base
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_app string The application name of this Decorator.

공개 메소드들

메소드 설명
notify ( Horde_Notification_Handler $handler, Horde_Notification_Listener $listener ) Listeners are handling their messages.
push ( Horde_Notification_Event $event, array $options ) Event is being added to the Horde message stack.

보호된 메소드들

메소드 설명
_notify ( Horde_Notification_Handler $handler, Horde_Notification_Listener $listener )
_push ( Horde_Notification_Event $event, $options )

메소드 상세

_notify() 보호된 메소드

또한 보기: notify()
부터: 2.12.0
protected _notify ( Horde_Notification_Handler $handler, Horde_Notification_Listener $listener )
$handler Horde_Notification_Handler
$listener Horde_Notification_Listener

_push() 보호된 메소드

또한 보기: push()
부터: 2.12.0
protected _push ( Horde_Notification_Event $event, $options )
$event Horde_Notification_Event

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.

push() 공개 메소드

Event is being added to the Horde message stack.
public push ( Horde_Notification_Event $event, array $options )
$event Horde_Notification_Event Event object.
$options array Additional options (see Horde_Notification_Handler for details).

프로퍼티 상세

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

The application name of this Decorator.
protected string $_app
리턴 string