See Release Notes
Long Term Support Release
(no description)
File Size: | 77 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
HTMLPurifier_AttrDef_CSS_Length:: (2 methods):
__construct()
validate()
Class: HTMLPurifier_AttrDef_CSS_Length - X-Ref
Represents a Length as defined by CSS.__construct($min = null, $max = null) X-Ref |
param: HTMLPurifier_Length|string $min Minimum length, or null for no bound. String is also acceptable. param: HTMLPurifier_Length|string $max Maximum length, or null for no bound. String is also acceptable. |
validate($string, $config, $context) X-Ref |
param: string $string param: HTMLPurifier_Config $config param: HTMLPurifier_Context $context return: bool|string |