Horde_Core_Notification_Handler
        
        extends Horde_Notification_Handler
    
    
            
            in package
            
        
    
    
    
Core Horde notification handler.
Tags
Table of Contents
Constants
- SESS_KEY = 'core_notification_handler'
 
Properties
- $_apps : mixed
 - List of applications that contain notification handlers. Array with keys as app names and values as boolean values indicating if the handler has been loaded yet. False indicates attaching is not active.
 
Methods
- addAppHandler() : mixed
 - Explicitly add an application's notification handlers (if they exist) to the base handler.
 - attachAllAppHandlers() : mixed
 - Indicate that all application handlers are to be attached in this access (if needed).
 - notify() : mixed
 
Constants
SESS_KEY
    public
        mixed
    SESS_KEY
    = 'core_notification_handler'
    
    
    
    
Properties
$_apps
List of applications that contain notification handlers. Array with keys as app names and values as boolean values indicating if the handler has been loaded yet. False indicates attaching is not active.
    protected
        mixed
    $_apps
     = \false
    
    
    
    
Methods
addAppHandler()
Explicitly add an application's notification handlers (if they exist) to the base handler.
    public
                    addAppHandler(string $app) : mixed
    Parameters
- $app : string
 - 
                    
Application name.
 
attachAllAppHandlers()
Indicate that all application handlers are to be attached in this access (if needed).
    public
                    attachAllAppHandlers() : mixed
    notify()
    public
                    notify([array<string|int, mixed> $options = array() ]) : mixed
    Parameters
- $options : array<string|int, mixed> = array()