Class HTMLPurifier_AttrTypes
Provides lookup array of attribute types to HTMLPurifier_AttrDef objects
Methods summary
public
|
#
__construct( )
Constructs the info array, supplying default implementations for attribute
types.
Constructs the info array, supplying default implementations for attribute
types.
|
public
HTMLPurifier_AttrDef
|
#
get( string $type )
Retrieves a type
Parameters
- $type
string $type String type name
Returns
|
public
|
#
set( string $type, HTMLPurifier_AttrDef $impl )
Sets a new implementation for a type
Sets a new implementation for a type
Parameters
|
Properties summary
protected
array
|
$info
|
array() |
#
Lookup array of attribute string identifiers to concrete implementations.
Lookup array of attribute string identifiers to concrete implementations.
Type
HTMLPurifier_AttrDef[]
|