__construct() __construct() : mixed Constructs the info array, supplying default implementations for attribute types. Returns mixed —
get() get(string $type) : \HTMLPurifier_AttrDef Retrieves a type Parameters string $type String type name Returns \HTMLPurifier_AttrDef — Object AttrDef for type
set() set(string $type, \HTMLPurifier_AttrDef $impl) : mixed Sets a new implementation for a type Parameters string $type String type name \HTMLPurifier_AttrDef $impl Object AttrDef for type Returns mixed —