XOOPS API 2.5.11 Beta1  UI v0.5
Réalisé par monxoops.fr
Référence de la classe HTMLPurifier_StringHash
+ Graphe d'héritage de HTMLPurifier_StringHash:
+ Graphe de collaboration de HTMLPurifier_StringHash:

Fonctions membres publiques

 offsetGet ($index)
 
 getAccessed ()
 
 resetAccessed ()
 

Attributs protégés

 $accessed = array()
 

Description détaillée

This is in almost every respect equivalent to an array except that it keeps track of which keys were accessed.

Avertissement
For the sake of backwards compatibility with early versions of PHP 5, you must not use the $hash[$key] syntax; if you do our version of offsetGet is never called.

Documentation des fonctions membres

◆ getAccessed()

getAccessed ( )

Returns a lookup array of all array indexes that have been accessed.

Renvoie
array in form array($index => true).

◆ offsetGet()

offsetGet (   $index)

Retrieves a value, and logs the access.

Paramètres
mixed$index
Renvoie
mixed

◆ resetAccessed()

resetAccessed ( )

Resets the access array.

Documentation des champs

◆ $accessed

$accessed = array()
protected

@type array


La documentation de cette classe a été générée à partir du fichier suivant :