XOOPS 2.5.6
Final
|
Public Member Functions | |
__construct ($clone) | |
make ($string) | |
validate ($v, $config, $context) | |
Public Member Functions inherited from HTMLPurifier_AttrDef | |
make ($string) | |
parseCDATA ($string) | |
validate ($string, $config, $context) | |
Protected Attributes | |
$clone | |
Additional Inherited Members | |
Public Attributes inherited from HTMLPurifier_AttrDef | |
$minimized = false | |
$required = false | |
Protected Member Functions inherited from HTMLPurifier_AttrDef | |
expandCSSEscape ($string) | |
mungeRgb ($string) | |
Dummy AttrDef that mimics another AttrDef, BUT it generates clones with make.
HTMLPurifier_AttrDef_Clone::__construct | ( | $clone | ) |
HTMLPurifier_AttrDef_Clone::make | ( | $string | ) |
HTMLPurifier_AttrDef_Clone::validate | ( | $v, | |
$config, | |||
$context | |||
) |
|
protected |
What we're cloning
Definition at line 12 of file Clone.php.
Referenced by __construct(), and make().