|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Defines common attribute collections that modules reference. More...
Collaboration diagram for HTMLPurifier_AttrCollections:Public Member Functions | |
| __construct ($attr_types, $modules) | |
| Performs all expansions on internal data for use by other inclusions It also collects all attribute collection extensions from modules. More... | |
| doConstruct ($attr_types, $modules) | |
| performInclusions (&$attr) | |
| Takes a reference to an attribute associative array and performs all inclusions specified by the zero index. More... | |
| expandIdentifiers (&$attr, $attr_types) | |
| Expands all string identifiers in an attribute array by replacing them with the appropriate values inside HTMLPurifier_AttrTypes. More... | |
Data Fields | |
| $info = array() | |
| Associative array of attribute collections, indexed by name. More... | |
Defines common attribute collections that modules reference.
Definition at line 7 of file AttrCollections.php.
| 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.
| HTMLPurifier_AttrTypes | $attr_types | HTMLPurifier_AttrTypes instance |
| HTMLPurifier_HTMLModule[] | $modules | Hash array of HTMLPurifier_HTMLModule members |
Definition at line 23 of file AttrCollections.php.
References doConstruct().
Here is the call graph for this function:| HTMLPurifier_AttrCollections::doConstruct | ( | $attr_types, | |
| $modules | |||
| ) |
Definition at line 28 of file AttrCollections.php.
References $module, $name, expandIdentifiers(), and performInclusions().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| HTMLPurifier_AttrCollections::expandIdentifiers | ( | & | $attr, |
| $attr_types | |||
| ) |
Expands all string identifiers in an attribute array by replacing them with the appropriate values inside HTMLPurifier_AttrTypes.
| array | &$attr | Reference to attribute array |
| HTMLPurifier_AttrTypes | $attr_types | HTMLPurifier_AttrTypes instance |
Definition at line 100 of file AttrCollections.php.
Referenced by doConstruct().
Here is the caller graph for this function:| HTMLPurifier_AttrCollections::performInclusions | ( | & | $attr | ) |
Takes a reference to an attribute associative array and performs all inclusions specified by the zero index.
| array | &$attr | Reference to attribute array |
Definition at line 63 of file AttrCollections.php.
Referenced by doConstruct().
Here is the caller graph for this function:| HTMLPurifier_AttrCollections::$info = array() |
Associative array of attribute collections, indexed by name.
@type array
Definition at line 14 of file AttrCollections.php.