Documentation

Horde_Core_Notification_Listener_DynamicStatus extends Horde_Notification_Listener_Status
in package

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.

Tags
author

Michael Slusarz slusarz@horde.org

category

Horde

license

http://www.horde.org/licenses/lgpl21 LGPL 2.1

Table of Contents

Methods

__construct()  : mixed
notify()  : mixed
Outputs the status line if there are any messages on the 'status' message stack.

Methods

notify()

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

public notify(array<string|int, mixed> $events[, array<string|int, mixed> $options = array() ]) : mixed
Parameters
$events : array<string|int, mixed>

The list of events to handle.

$options : array<string|int, mixed> = array()

An array of options. Not used.


        
On this page

Search results