Cheetah
|
Public Member Functions | |
__construct ($clone) | |
validate ($v, $config, $context) | |
make ($string) | |
![]() | |
parseCDATA ($string) | |
Protected Attributes | |
$clone | |
Additional Inherited Members | |
![]() | |
$minimized = false | |
$required = false | |
![]() | |
mungeRgb ($string) | |
expandCSSEscape ($string) | |
Dummy AttrDef that mimics another AttrDef, BUT it generates clones with make.
Definition at line 10443 of file HTMLPurifier.standalone.php.
HTMLPurifier_AttrDef_Clone::__construct | ( | $clone | ) |
HTMLPurifier_AttrDef | $clone |
Definition at line 10454 of file HTMLPurifier.standalone.php.
HTMLPurifier_AttrDef_Clone::make | ( | $string | ) |
string | $string |
Reimplemented from HTMLPurifier_AttrDef.
Definition at line 10474 of file HTMLPurifier.standalone.php.
HTMLPurifier_AttrDef_Clone::validate | ( | $v, | |
$config, | |||
$context | |||
) |
string | $v | |
HTMLPurifier_Config | $config | |
HTMLPurifier_Context | $context |
Reimplemented from HTMLPurifier_AttrDef.
Definition at line 10465 of file HTMLPurifier.standalone.php.
|
protected |
What we're cloning. @type HTMLPurifier_AttrDef
Definition at line 10449 of file HTMLPurifier.standalone.php.