Public Member Functions | |
__construct ($min=null, $max=null) | |
validate ($string, $config, $context) | |
![]() | |
parseCDATA ($string) | |
make ($string) | |
Protected Attributes | |
$min | |
$max | |
Additional Inherited Members | |
![]() | |
$minimized = false | |
$required = false | |
![]() | |
mungeRgb ($string) | |
expandCSSEscape ($string) | |
Represents a Length as defined by CSS.
Definition at line 12196 of file HTMLPurifier.standalone.php.
HTMLPurifier_Length | string | $min | Minimum length, or null for no bound. String is also acceptable. |
HTMLPurifier_Length | string | $max | Maximum length, or null for no bound. String is also acceptable. |
Definition at line 12213 of file HTMLPurifier.standalone.php.
HTMLPurifier_AttrDef_CSS_Length::validate | ( | $string, | |
$config, | |||
$context | |||
) |
string | $string | |
HTMLPurifier_Config | $config | |
HTMLPurifier_Context | $context |
Reimplemented from HTMLPurifier_AttrDef.
Definition at line 12225 of file HTMLPurifier.standalone.php.
|
protected |
@type HTMLPurifier_Length|string
Definition at line 12207 of file HTMLPurifier.standalone.php.
|
protected |
@type HTMLPurifier_Length|string
Definition at line 12202 of file HTMLPurifier.standalone.php.