Differences Between: [Versions 310 and 400] [Versions 39 and 400]
(no description)
File Size: | 90 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
HTMLPurifier_AttrDef_CSS_Number:: (2 methods):
__construct()
validate()
Class: HTMLPurifier_AttrDef_CSS_Number - X-Ref
Validates a number as defined by the CSS spec.__construct($non_negative = false) X-Ref |
param: bool $non_negative indicates whether negatives are forbidden |
validate($number, $config, $context) X-Ref |
return: string|bool param: string $number param: HTMLPurifier_Config $config param: HTMLPurifier_Context $context |