\Horde_Core_HashTable_Wrapper

A wrapper around the Horde-wide HashTable instance, suitable for use with objects that will be serialized.

Summary

Methods
Properties
Constants
__call()
__get()
__set()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

__call()

__call(  $name,   $arguments) 

Redirects calls to the HashTable object.

Parameters

$name
$arguments

__get()

__get(  $name) 

Redirects get calls to the HashTable object.

Parameters

$name

__set()

__set(  $name,   $value) 

Redirects set calls to the HashTable object.

Parameters

$name
$value