![]() |
XOOPS API 2.5.11 Beta1
UI v0.5
Réalisé par monxoops.fr
|
Fonctions membres publiques | |
| __construct ($attr_types, $modules) | |
| doConstruct ($attr_types, $modules) | |
| performInclusions (&$attr) | |
| expandIdentifiers (&$attr, $attr_types) | |
Champs de données | |
| $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 |
Voici le graphe d'appel pour cette fonction :| doConstruct | ( | $attr_types, | |
| $modules | |||
| ) |
Voici le graphe d'appel pour cette fonction :
Voici le graphe des appelants de cette fonction :| 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 |
Voici le graphe des appelants de cette fonction :| 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 |
Voici le graphe des appelants de cette fonction :| $info = array() |
Associative array of attribute collections, indexed by name. @type array