ILIAS
Release_5_0_x_branch Revision 61816
|
Defines common attribute collections that modules reference. More...
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. | |
performInclusions (&$attr) | |
Takes a reference to an attribute associative array and performs all inclusions specified by the zero index. | |
expandIdentifiers (&$attr, $attr_types) | |
Expands all string identifiers in an attribute array by replacing them with the appropriate values inside HTMLPurifier_AttrTypes. |
Data Fields | |
$info = array() | |
Associative array of attribute collections, indexed by name. |
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 expandIdentifiers(), and performInclusions().
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 95 of file AttrCollections.php.
References $t.
Referenced by __construct().
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 58 of file AttrCollections.php.
Referenced by __construct().
HTMLPurifier_AttrCollections::$info = array() |
Associative array of attribute collections, indexed by name.
array
Definition at line 14 of file AttrCollections.php.