Class HTMLPurifier_StringHash
This is in almost every respect equivalent to an array except that it keeps
track of which keys were accessed.
-
ArrayObject
implements
IteratorAggregate,
Traversable,
ArrayAccess,
Serializable,
Countable
-
HTMLPurifier_StringHash
Methods summary
public
mixed
|
#
offsetGet( mixed $index )
Retrieves a value, and logs the access.
Retrieves a value, and logs the access.
Parameters
Returns
mixed
Overrides
|
public
array
|
#
getAccessed( )
Returns a lookup array of all array indexes that have been accessed.
Returns a lookup array of all array indexes that have been accessed.
Returns
array in form array($index => true).
|
public
|
|
Methods inherited from ArrayObject
__construct(),
append(),
asort(),
count(),
exchangeArray(),
getArrayCopy(),
getFlags(),
getIterator(),
getIteratorClass(),
ksort(),
natcasesort(),
natsort(),
offsetExists(),
offsetSet(),
offsetUnset(),
serialize(),
setFlags(),
setIteratorClass(),
uasort(),
uksort(),
unserialize()
|
Properties summary
protected
array
|
$accessed
|
array() |
|