Cheetah
|
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 8428 of file HTMLPurifier.standalone.php.
HTMLPurifier_StringHash::getAccessed | ( | ) |
Returns a lookup array of all array indexes that have been accessed.
Definition at line 8450 of file HTMLPurifier.standalone.php.
HTMLPurifier_StringHash::offsetGet | ( | $index | ) |
Retrieves a value, and logs the access.
mixed | $index |
Definition at line 8440 of file HTMLPurifier.standalone.php.
HTMLPurifier_StringHash::resetAccessed | ( | ) |
Resets the access array.
Definition at line 8458 of file HTMLPurifier.standalone.php.
|
protected |
@type array
Definition at line 8433 of file HTMLPurifier.standalone.php.