$info
$info :
List of content set strings (pipe separators) indexed by name.
__construct(array<mixed,\HTMLPurifier_HTMLModule> $modules)
Merges in module's content sets, expands identifiers in the content sets and populates the keys, values and lookup member variables.
| array<mixed,\HTMLPurifier_HTMLModule> | $modules | List of HTMLPurifier_HTMLModule |
generateChildDef(\HTMLPurifier_ElementDef $def, \HTMLPurifier_HTMLModule $module)
Accepts a definition; generates and assigns a ChildDef for it
| \HTMLPurifier_ElementDef | $def | HTMLPurifier_ElementDef reference |
| \HTMLPurifier_HTMLModule | $module | Module that defined the ElementDef |
getChildDef(\HTMLPurifier_ElementDef $def, \HTMLPurifier_HTMLModule $module) : \HTMLPurifier_ChildDef
Instantiates a ChildDef based on content_model and content_model_type member variables in HTMLPurifier_ElementDef
| \HTMLPurifier_ElementDef | $def | HTMLPurifier_ElementDef to have ChildDef extracted |
| \HTMLPurifier_HTMLModule | $module | Module that defined the ElementDef |
corresponding to ElementDef