[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
(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 |
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |