Cheetah
|
Public Member Functions | |
validate ($string, $config, $context) | |
![]() | |
__construct ($max=null) | |
make ($string) | |
![]() | |
parseCDATA ($string) | |
Additional Inherited Members | |
![]() | |
$minimized = false | |
$required = false | |
![]() | |
mungeRgb ($string) | |
expandCSSEscape ($string) | |
![]() | |
$max | |
Validates the HTML type length (not to be confused with CSS's length).
This accepts integer pixels or percentages as lengths for certain HTML attributes.
Definition at line 13094 of file HTMLPurifier.standalone.php.
HTMLPurifier_AttrDef_HTML_Length::validate | ( | $string, | |
$config, | |||
$context | |||
) |
string | $string | |
HTMLPurifier_Config | $config | |
HTMLPurifier_Context | $context |
Reimplemented from HTMLPurifier_AttrDef_HTML_Pixels.
Reimplemented in HTMLPurifier_AttrDef_HTML_MultiLength.
Definition at line 13103 of file HTMLPurifier.standalone.php.