PHP Class Horde_Core_HashTable_Wrapper, horde

Author: Michael Slusarz ([email protected])
Afficher le fichier Open project: horde/horde

Méthodes publiques

Méthode 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 méthode

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

__get() public méthode

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

__set() public méthode

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