XOOPS 2.5.6
Final
Main Page
Related Pages
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Pages
Filter.php
Go to the documentation of this file.
1
<?php
2
22
class
HTMLPurifier_Filter
23
{
24
28
public
$name
;
29
33
public
function
preFilter
(
$html
,
$config
, $context) {
34
return
$html
;
35
}
36
40
public
function
postFilter
(
$html
,
$config
, $context) {
41
return
$html
;
42
}
43
44
}
45
46
// vim: et sw=4 sts=4
L:
0xoops
xoops-2.5.6
htdocs
xoops_lib
modules
protector
library
HTMLPurifier
Filter.php
Generated on Fri May 10 2013 01:04:29 for XOOPS 2.5.6 by
1.8.3.1