Cheetah
Public Member Functions | Protected Attributes | List of all members
HTMLPurifier_StringHash Class Reference
Inheritance diagram for HTMLPurifier_StringHash:

Public Member Functions

 offsetGet ($index)
 
 getAccessed ()
 
 resetAccessed ()
 

Protected Attributes

 $accessed = array()
 

Detailed Description

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

Warning
For the sake of backwards compatibility with early versions of PHP 5, you must not use the $hash[$key] syntax; if you do our version of offsetGet is never called.

Definition at line 8428 of file HTMLPurifier.standalone.php.

Member Function Documentation

◆ getAccessed()

HTMLPurifier_StringHash::getAccessed ( )

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

Returns
array in form array($index => true).

Definition at line 8450 of file HTMLPurifier.standalone.php.

◆ offsetGet()

HTMLPurifier_StringHash::offsetGet (   $index)

Retrieves a value, and logs the access.

Parameters
mixed$index
Returns
mixed

Definition at line 8440 of file HTMLPurifier.standalone.php.

◆ resetAccessed()

HTMLPurifier_StringHash::resetAccessed ( )

Resets the access array.

Definition at line 8458 of file HTMLPurifier.standalone.php.

Member Data Documentation

◆ $accessed

HTMLPurifier_StringHash::$accessed = array()
protected

@type array

Definition at line 8433 of file HTMLPurifier.standalone.php.


The documentation for this class was generated from the following file: