![]() |
API - XOOPS 2.5.11 Beta 2
By monxoops.fr
|
Public Member Functions | |
offsetGet ($index) | |
getAccessed () | |
resetAccessed () | |
Protected Attributes | |
$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