\Horde_Core_Notification_Handler

Core Horde notification handler.

Summary

Methods
Properties
Constants
notify()
attachAllAppHandlers()
addAppHandler()
No public properties found
SESS_KEY
No protected methods found
$_apps
N/A
No private methods found
No private properties found
N/A

Constants

SESS_KEY

SESS_KEY

Properties

$_apps

$_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.

Type

Methods

notify()

notify(array  $options = array()) 

Parameters

array $options

attachAllAppHandlers()

attachAllAppHandlers() 

Indicate that all application handlers are to be attached in this access (if needed).

addAppHandler()

addAppHandler(string  $app) 

Explicitly add an application's notification handlers (if they exist) to the base handler.

Parameters

string $app

Application name.