![]() |
XOOPS API 2.5.11 Beta1
UI v0.5
Réalisé par monxoops.fr
|
Fonctions membres publiques | |
| add ($id) | |
| load ($array_of_ids) | |
Fonctions membres publiques statiques | |
| static | build ($config, $context) |
Champs de données | |
| $ids = array() | |
Component of HTMLPurifier_AttrContext that accumulates IDs to prevent dupes
| add | ( | $id | ) |
Add an ID to the lookup table.
| string | $id | ID to be added. |
|
static |
Builds an IDAccumulator, also initializing the default blacklist
| HTMLPurifier_Config | $config | Instance of HTMLPurifier_Config |
| HTMLPurifier_Context | $context | Instance of HTMLPurifier_Context |
Voici le graphe des appelants de cette fonction :| load | ( | $array_of_ids | ) |
Load a list of IDs into the lookup table
| $array_of_ids | Array of IDs to load |
| $ids = array() |
Lookup table of IDs we've accumulated.