XOOPS API 2.5.11 Beta1
UI v0.5
Réalisé par monxoops.fr
|
Fonctions membres publiques | |
offsetGet ($index) | |
getAccessed () | |
resetAccessed () | |
Attributs protégés | |
$accessed = array() | |
This is in almost every respect equivalent to an array except that it keeps track of which keys were accessed.
getAccessed | ( | ) |
Returns a lookup array of all array indexes that have been accessed.
offsetGet | ( | $index | ) |
Retrieves a value, and logs the access.
mixed | $index |
resetAccessed | ( | ) |
Resets the access array.
|
protected |
@type array