|
Moodle
2.2.1
http://www.collinsharper.com
|
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.
Definition at line 11 of file StringHash.php.
| getAccessed | ( | ) |
Returns a lookup array of all array indexes that have been accessed.
Definition at line 27 of file StringHash.php.
| offsetGet | ( | $ | index | ) |
Retrieves a value, and logs the access.
Definition at line 18 of file StringHash.php.
| resetAccessed | ( | ) |
Resets the access array.
Definition at line 34 of file StringHash.php.
$accessed = array() [protected] |
Definition at line 13 of file StringHash.php.