PHP Класс Horde_Notification, horde

Copyright 2001-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Автор: Jan Schneider ([email protected])
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$_instances Horde_Notification Horde_Notification instances.

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

Метод Описание
singleton ( string $stack = 'horde_notification_stacks' ) Returns a reference to the global notification handler, only creating it if it doesn't already exist.

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

singleton() публичный статический Метод

This method must be invoked as: $notification = Horde_Notification::singleton([$stack]);
public static singleton ( string $stack = 'horde_notification_stacks' )
$stack string The name of the message stack to use. return Horde_Notification_Handler The Horde Notification handler.

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

$_instances защищенное статическое свойство

Horde_Notification instances.
protected static Horde_Notification $_instances
Результат Horde_Notification