Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
HTMLPurifier_StringHash Class Reference
Inheritance diagram for HTMLPurifier_StringHash:

Public Member Functions

 getAccessed ()
 Returns a lookup array of all array indexes that have been accessed.
 
 offsetGet ($index)
 Retrieves a value, and logs the access.
 
 resetAccessed ()
 Resets the access array.
 

Protected Attributes

 $accessed = array()
 @type array
 

Member Function Documentation

◆ getAccessed()

HTMLPurifier_StringHash::getAccessed ( )

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

Return values
arrayin form array($index => true).

◆ offsetGet()

HTMLPurifier_StringHash::offsetGet ( $index)

Retrieves a value, and logs the access.

Parameters
mixed$index
Return values
mixed

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