\HTMLPurifier_StringHash

This is in almost every respect equivalent to an array except that it keeps track of which keys were accessed.

Summary

Methods
Properties
Constants
offsetGet()
getAccessed()
resetAccessed()
No public properties found
No constants found
No protected methods found
$accessed
N/A
No private methods found
No private properties found
N/A

Properties

$accessed

$accessed

Methods

offsetGet()

offsetGet(mixed  $index) : mixed

Retrieves a value, and logs the access.

Parameters

mixed $index

Returns

mixed —

getAccessed()

getAccessed() : array

Returns a lookup array of all array indexes that have been accessed.

Returns

array —

in form array($index => true).

resetAccessed()

resetAccessed() : mixed

Resets the access array.

Returns

mixed —