PHP Class Horde_Core_Notification_Handler, horde

Since: 2.18.0
Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Notification_Handler
Datei anzeigen Open project: horde/horde

Protected Properties

Property Type Description
$_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.

Public Methods

Method Description
addAppHandler ( string $app ) Explicitly add an application's notification handlers (if they exist) to the base handler.
attachAllAppHandlers ( ) Indicate that all application handlers are to be attached in this access (if needed).
notify ( array $options = [] )

Method Details

addAppHandler() public method

Explicitly add an application's notification handlers (if they exist) to the base handler.
public addAppHandler ( string $app )
$app string Application name.

attachAllAppHandlers() public method

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

notify() public method

public notify ( array $options = [] )
$options array

Property Details

$_apps protected_oe property

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 $_apps