|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
This is in almost every respect equivalent to an array except that it keeps track of which keys were accessed. More...
Inheritance diagram for HTMLPurifier_StringHash:
Collaboration diagram for HTMLPurifier_StringHash:Public Member Functions | |
| offsetGet ($index) | |
| Retrieves a value, and logs the access. More... | |
| getAccessed () | |
| Returns a lookup array of all array indexes that have been accessed. More... | |
| resetAccessed () | |
| Resets the access array. More... | |
Protected Attributes | |
| $accessed = array() | |
| @type array More... | |
This is in almost every respect equivalent to an array except that it keeps track of which keys were accessed.
Definition at line 11 of file StringHash.php.
| HTMLPurifier_StringHash::getAccessed | ( | ) |
Returns a lookup array of all array indexes that have been accessed.
Definition at line 33 of file StringHash.php.
References $accessed.
| HTMLPurifier_StringHash::offsetGet | ( | $index | ) |
Retrieves a value, and logs the access.
| mixed | $index |
Definition at line 23 of file StringHash.php.
References $index.
| HTMLPurifier_StringHash::resetAccessed | ( | ) |
Resets the access array.
Definition at line 41 of file StringHash.php.
|
protected |