| ILIAS
    release_5-4 Revision v5.4.26-12-gabc799a52e6
    | 
Provides lookup array of attribute types to HTMLPurifier_AttrDef objects. More...
 Collaboration diagram for HTMLPurifier_AttrTypes:
 Collaboration diagram for HTMLPurifier_AttrTypes:| Public Member Functions | |
| __construct () | |
| Constructs the info array, supplying default implementations for attribute types.  More... | |
| get ($type) | |
| Retrieves a type.  More... | |
| set ($type, $impl) | |
| Sets a new implementation for a type.  More... | |
| Protected Attributes | |
| $info = array() | |
| Lookup array of attribute string identifiers to concrete implementations.  More... | |
| Static Private Member Functions | |
| static | makeEnum ($in) | 
Provides lookup array of attribute types to HTMLPurifier_AttrDef objects.
Definition at line 6 of file AttrTypes.php.
| HTMLPurifier_AttrTypes::__construct | ( | ) | 
Constructs the info array, supplying default implementations for attribute types.
Definition at line 18 of file AttrTypes.php.
References info(), and makeEnum().
 Here is the call graph for this function:
 Here is the call graph for this function:| HTMLPurifier_AttrTypes::get | ( | $type | ) | 
Retrieves a type.
| string | $type | String type name | 
Definition at line 69 of file AttrTypes.php.
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | staticprivate | 
Definition at line 59 of file AttrTypes.php.
References $in.
Referenced by __construct().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| HTMLPurifier_AttrTypes::set | ( | $type, | |
| $impl | |||
| ) | 
Sets a new implementation for a type.
| string | $type | String type name | 
| HTMLPurifier_AttrDef | $impl | Object AttrDef for type | 
Definition at line 90 of file AttrTypes.php.
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | protected | 
Lookup array of attribute string identifiers to concrete implementations.
@type HTMLPurifier_AttrDef[]
Definition at line 12 of file AttrTypes.php.