Differences Between: [Versions 311 and 401] [Versions 311 and 402] [Versions 311 and 403]
(no description)
File Size: | 216 lines (8 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
HTMLPurifier_ElementDef:: (3 methods):
create()
mergeIn()
_mergeAssocArray()
Class: HTMLPurifier_ElementDef - X-Ref
Structure that stores an HTML element definition. Used bycreate($content_model, $content_model_type, $attr) X-Ref |
Low-level factory constructor for creating new standalone element defs |
mergeIn($def) X-Ref |
Merges the values of another element definition into this one. Values from the new element def take precedence if a value is not mergeable. param: HTMLPurifier_ElementDef $def |
_mergeAssocArray(&$a1, $a2) X-Ref |
Merges one array into another, removes values which equal false param: $a1 Array by reference that is merged into param: $a2 Array that merges into $a1 |