$info
$info :
Lookup array of attribute string identifiers to concrete implementations.
Provides lookup array of attribute types to HTMLPurifier_AttrDef objects
get(string $type) : \HTMLPurifier_AttrDef
Retrieves a type
| string | $type | String type name |
Object AttrDef for type
set(string $type, \HTMLPurifier_AttrDef $impl)
Sets a new implementation for a type
| string | $type | String type name |
| \HTMLPurifier_AttrDef | $impl | Object AttrDef for type |