PHP Class Horde_Core_Notification_Handler, horde

Since: 2.18.0
Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Notification_Handler
Afficher le fichier Open project: horde/horde

Protected Properties

Свойство 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.

Méthodes publiques

Méthode 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 méthode

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

attachAllAppHandlers() public méthode

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

notify() public méthode

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