|
| __construct ($attr_types, $modules) |
| Performs all expansions on internal data for use by other inclusions It also collects all attribute collection extensions from modules.
|
|
| doConstruct ($attr_types, $modules) |
|
| expandIdentifiers (&$attr, $attr_types) |
| Expands all string identifiers in an attribute array by replacing them with the appropriate values inside HTMLPurifier_AttrTypes.
|
|
| performInclusions (&$attr) |
| Takes a reference to an attribute associative array and performs all inclusions specified by the zero index.
|
|
|
| $info = array() |
| Associative array of attribute collections, indexed by name.
|
|
◆ __construct()
HTMLPurifier_AttrCollections::__construct |
( |
| $attr_types, |
|
|
| $modules ) |
Performs all expansions on internal data for use by other inclusions It also collects all attribute collection extensions from modules.
- Parameters
-
◆ expandIdentifiers()
HTMLPurifier_AttrCollections::expandIdentifiers |
( |
& | $attr, |
|
|
| $attr_types ) |
Expands all string identifiers in an attribute array by replacing them with the appropriate values inside HTMLPurifier_AttrTypes.
- Parameters
-
◆ performInclusions()
HTMLPurifier_AttrCollections::performInclusions |
( |
& | $attr | ) |
|
Takes a reference to an attribute associative array and performs all inclusions specified by the zero index.
- Parameters
-
array | &$attr | Reference to attribute array |
◆ $info
HTMLPurifier_AttrCollections::$info = array() |
Associative array of attribute collections, indexed by name.
@type array
The documentation for this class was generated from the following file:
- lib/htmlpurifier/HTMLPurifier/AttrCollections.php