Documentation

Horde_Core_Notification_Storage_Session
in package
implements Horde_Notification_Storage_Interface

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.

Tags
author

Michael Slusarz slusarz@horde.org

category

Horde

license

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

Table of Contents

Interfaces

Horde_Notification_Storage_Interface

Properties

$_cached  : array<string|int, mixed>
Cached notifications if session is not active.

Methods

clear()  : mixed
exists()  : mixed
get()  : mixed
push()  : mixed
set()  : mixed
_processCached()  : mixed

Properties

$_cached

Cached notifications if session is not active.

protected array<string|int, mixed> $_cached = array()

Methods

clear()

public clear(mixed $key) : mixed
Parameters
$key : mixed

exists()

public exists(mixed $key) : mixed
Parameters
$key : mixed

get()

public get(mixed $key) : mixed
Parameters
$key : mixed

push()

public push(mixed $listener, Horde_Notification_Event $event) : mixed
Parameters
$listener : mixed
$event : Horde_Notification_Event

set()

public set(mixed $key, mixed $value) : mixed
Parameters
$key : mixed
$value : mixed

_processCached()

protected _processCached() : mixed

        
On this page

Search results