Horde_Core_Data_Storage
in package
implements
Horde_Data_Storage
Implement temporary data storage for the Horde_Data package.
Tags
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
$_ht
The HashTable object.
private
Horde_Core_HashTable_PersistentSession
$_ht
Methods
__construct()
Constructor.
public
__construct() : mixed
clear()
public
clear() : 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.