PHP Класс Horde_Core_Notification_Handler, horde

С версии: 2.18.0
Автор: Michael Slusarz ([email protected])
Наследование: extends Horde_Notification_Handler
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_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.

Открытые методы

Метод Описание
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 = [] )

Описание методов

addAppHandler() публичный Метод

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

attachAllAppHandlers() публичный Метод

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

notify() публичный Метод

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

Описание свойств

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