Horde_Notification_Handler_Decorator_Base
    
            
            in package
            
        
    
    
    
        
            Define the functions needed for a Decorator instance.
Copyright 2001-2017 Horde LLC (http://www.horde.org/)
See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Tags
Table of Contents
- notify() : mixed
- Listeners are handling their messages.
- push() : mixed
- Event is being added to the Horde message stack.
Methods
notify()
Listeners are handling their messages.
    public
                    notify(Horde_Notification_Handler $handler, Horde_Notification_Listener $listener) : mixed
    
        Parameters
- $handler : Horde_Notification_Handler
- 
                    The base handler object. 
- $listener : Horde_Notification_Listener
- 
                    The Listener object that is handling its messages. 
Tags
Return values
mixed —push()
Event is being added to the Horde message stack.
    public
                    push(Horde_Notification_Event $event, array<string|int, mixed> $options) : mixed
    
        Parameters
- $event : Horde_Notification_Event
- 
                    Event object. 
- $options : array<string|int, mixed>
- 
                    Additional options (see Horde_Notification_Handler for details).