\Horde_Core_Notification_Listener_DynamicStatus

Provides a method to display Growler messages using the HordeCore javascript notification framework.

This code should only be reached on non-AJAX pages while using the dynamic view mode.

Copyright 2010-2017 Horde LLC (http://www.horde.org/)

See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.

Summary

Methods
Properties
Constants
__construct()
notify()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

__construct()

__construct() 

notify()

notify(array  $events, array  $options = array()) 

Outputs the status line if there are any messages on the 'status' message stack.

Parameters

array $events

The list of events to handle.

array $options

An array of options. Not used.