\Horde_Core_Notification_Storage_Session

A class that stores notifications in the session, using Horde_Session.

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
get()
set()
exists()
clear()
push()
No public properties found
No constants found
_processCached()
$_cached
N/A
No private methods found
No private properties found
N/A

Properties

$_cached

$_cached : array

Cached notifications if session is not active.

Type

array

Methods

get()

get(  $key) 

Parameters

$key

set()

set(  $key,   $value) 

Parameters

$key
$value

exists()

exists(  $key) 

Parameters

$key

clear()

clear(  $key) 

Parameters

$key

push()

push(  $listener, \Horde_Notification_Event  $event) 

Parameters

$listener
\Horde_Notification_Event $event

_processCached()

_processCached()