API - XOOPS 2.5.11 Beta 2
By monxoops.fr
|
Public Member Functions | |
add ($id) | |
load ($array_of_ids) | |
Static Public Member Functions | |
static | build ($config, $context) |
Data Fields | |
$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 |
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.