Documentation

Horde_Core_Data_Storage
in package
implements Horde_Data_Storage

Implement temporary data storage for the Horde_Data package.

Tags
author

Michael Slusarz slusarz@horde.org

category

Horde

copyright

2012-2017 Horde LLC

license

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

Table of Contents

Interfaces

Horde_Data_Storage

Constants

PREFIX  = 'data_import'

Properties

$_ht  : Horde_Core_HashTable_PersistentSession
The HashTable object.

Methods

__construct()  : mixed
Constructor.
clear()  : mixed
exists()  : mixed
get()  : mixed
set()  : mixed
_hkey()  : string
Return the hash key to use.

Constants

PREFIX

public mixed PREFIX = 'data_import'

Properties

Methods

__construct()

Constructor.

public __construct() : mixed

exists()

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

get()

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

set()

public set(mixed $key[, mixed $value = null ]) : mixed
Parameters
$key : mixed
$value : mixed = null

_hkey()

Return the hash key to use.

private _hkey(mixed $key) : string
Parameters
$key : mixed
Return values
string

Hash key.


        
On this page

Search results