$info
$info :
Associative array of attribute collections, indexed by name.
Defines common attribute collections that modules reference
__construct(\HTMLPurifier_AttrTypes $attr_types, array<mixed,\HTMLPurifier_HTMLModule> $modules)
Performs all expansions on internal data for use by other inclusions It also collects all attribute collection extensions from modules
| \HTMLPurifier_AttrTypes | $attr_types | HTMLPurifier_AttrTypes instance |
| array<mixed,\HTMLPurifier_HTMLModule> | $modules | Hash array of HTMLPurifier_HTMLModule members |
expandIdentifiers( $attr, \HTMLPurifier_AttrTypes $attr_types)
Expands all string identifiers in an attribute array by replacing them with the appropriate values inside HTMLPurifier_AttrTypes
| $attr | ||
| \HTMLPurifier_AttrTypes | $attr_types | HTMLPurifier_AttrTypes instance |