API - XOOPS 2.5.11 Beta 2
By monxoops.fr
|
Public Member Functions | |
__construct ($attr_types, $modules) | |
doConstruct ($attr_types, $modules) | |
performInclusions (&$attr) | |
expandIdentifiers (&$attr, $attr_types) | |
Data Fields | |
$info = array() | |
Defines common attribute collections that modules reference
__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 |
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
array | &$attr | Reference to attribute array |
HTMLPurifier_AttrTypes | $attr_types | HTMLPurifier_AttrTypes instance |
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 |
$info = array() |
Associative array of attribute collections, indexed by name. @type array