$info
$info
Associative array of attribute collections, indexed by name.
Defines common attribute collections that modules reference
__construct(\HTMLPurifier_AttrTypes $attr_types, \HTMLPurifier_HTMLModule[] $modules) : mixed
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 |
\HTMLPurifier_HTMLModule[] | $modules | Hash array of HTMLPurifier_HTMLModule members |
expandIdentifiers(array $attr, \HTMLPurifier_AttrTypes $attr_types) : mixed
Expands all string identifiers in an attribute array by replacing them with the appropriate values inside HTMLPurifier_AttrTypes
array | $attr | Reference to attribute array |
\HTMLPurifier_AttrTypes | $attr_types | HTMLPurifier_AttrTypes instance |