XOOPS 2.5.6
Final
Main Page
Related Pages
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Pages
StringHash.php
Go to the documentation of this file.
1
<?php
2
11
class
HTMLPurifier_StringHash
extends
ArrayObject
12
{
13
protected
$accessed
= array();
14
18
public
function
offsetGet
(
$index
) {
19
$this->accessed[
$index
] =
true
;
20
return
parent::offsetGet(
$index
);
21
}
22
27
public
function
getAccessed
() {
28
return
$this->accessed
;
29
}
30
34
public
function
resetAccessed
() {
35
$this->accessed = array();
36
}
37
}
38
39
// vim: et sw=4 sts=4
L:
0xoops
xoops-2.5.6
htdocs
xoops_lib
modules
protector
library
HTMLPurifier
StringHash.php
Generated on Fri May 10 2013 01:04:31 for XOOPS 2.5.6 by
1.8.3.1