[ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 102 lines (3 kb) |
Included or required: | 1 time |
Referenced: | 0 times |
Includes or requires: | 0 files |
HTMLPurifier_ChildDef_Custom:: (3 methods):
__construct()
_compileRegex()
validateChildren()
Class: HTMLPurifier_ChildDef_Custom - X-Ref
Custom validation class, accepts DTD child definitions__construct($dtd_regex) X-Ref |
param: $dtd_regex Allowed child pattern from the DTD |
_compileRegex() X-Ref |
Compiles the PCRE regex from a DTD regex ($dtd_regex to $_pcre_regex) |
validateChildren($children, $config, $context) X-Ref |
param: HTMLPurifier_Node[] $children param: HTMLPurifier_Config $config param: HTMLPurifier_Context $context return: bool |
Generated: Tue Mar 17 22:47:18 2015 | Cross-referenced by PHPXref 0.7.1 |