Overview

Packages

  • Notification

Classes

  • Horde_Notification
  • Horde_Notification_Event
  • Horde_Notification_Event_Status
  • Horde_Notification_Exception
  • Horde_Notification_Handler
  • Horde_Notification_Handler_Decorator_Alarm
  • Horde_Notification_Handler_Decorator_Base
  • Horde_Notification_Handler_Decorator_Log
  • Horde_Notification_Listener
  • Horde_Notification_Listener_Audio
  • Horde_Notification_Listener_Status
  • Horde_Notification_Storage_Object
  • Horde_Notification_Storage_Session

Interfaces

  • Horde_Notification_Storage_Interface
  • Overview
  • Package
  • Class
  • Tree

Interface Horde_Notification_Storage_Interface

An interface describing a storage location for notification messages.

Copyright 2009-2012 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.

Direct known implementers

Horde_Notification_Storage_Object, Horde_Notification_Storage_Session
Package: Notification
Category: Horde
License: LGPL 2.1
Author: Gunnar Wrobel wrobel@pardus.de
Link: http://pear.horde.org/index.php?package=Notification
Located at Horde/Notification/Storage/Interface.php
Methods summary
public mixed
# get( string $key )

Return the given stack from the notification store.

Return the given stack from the notification store.

Parameters

$key
The key for the data.

Returns

mixed
The notification data stored for the given key.
public
# set( string $key, mixed $value )

Set the given stack in the notification store.

Set the given stack in the notification store.

Parameters

$key
The key for the data.
$value
The data.
public boolean
# exists( string $key )

Is the given stack present in the notification store?

Is the given stack present in the notification store?

Parameters

$key
The key of the data.

Returns

boolean
True if the element is set, false otherwise.
public
# clear( string $key )

Unset the given stack in the notification store.

Unset the given stack in the notification store.

Parameters

$key
The key of the data.
public
# push( string $listener, Horde_Notification_Event $event )

Store a new event.

Store a new event.

Parameters

$listener
<p>The event will be stored for this listener.</p>
$event
The event to store.
API documentation generated by ApiGen