[ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 77 lines (2 kb) |
Included or required: | 1 time |
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 |
Generated: Tue Mar 17 22:47:18 2015 | Cross-referenced by PHPXref 0.7.1 |