PHP Class Horde_Core_HashTable_Wrapper, horde

Author: Michael Slusarz ([email protected])
Datei anzeigen Open project: horde/horde

Public Methods

Method Description
__call ( $name, $arguments ) Redirects calls to the HashTable object.
__get ( $name ) Redirects get calls to the HashTable object.
__set ( $name, $value ) Redirects set calls to the HashTable object.

Method Details

__call() public method

Redirects calls to the HashTable object.
public __call ( $name, $arguments )

__get() public method

Redirects get calls to the HashTable object.
public __get ( $name )

__set() public method

Redirects set calls to the HashTable object.
public __set ( $name, $value )