|
| | 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.
|
| |
|
|
| $accessed = array() |
| | @type array
|
| |
◆ getAccessed()
| HTMLPurifier_StringHash::getAccessed |
( |
| ) |
|
Returns a lookup array of all array indexes that have been accessed.
- Return values
-
| array | in form array($index => true). |
◆ offsetGet()
| HTMLPurifier_StringHash::offsetGet |
( |
| $index | ) |
|
Retrieves a value, and logs the access.
- Parameters
-
- Return values
-
The documentation for this class was generated from the following file:
- lib/htmlpurifier/HTMLPurifier/StringHash.php