Class HTMLPurifier_IDAccumulator
Component of HTMLPurifier_AttrContext that accumulates IDs to prevent dupes
Note:
In Slashdot-speak, dupe means duplicate.
Note: The default constructor does not accept $config or $context objects: use must use the static build() factory method to perform initialization.
Located at x2engine/framework/vendors/htmlpurifier/HTMLPurifier.standalone.php
Note: The default constructor does not accept $config or $context objects: use must use the static build() factory method to perform initialization.
Located at x2engine/framework/vendors/htmlpurifier/HTMLPurifier.standalone.php
public static
|
#
build(
Builds an IDAccumulator, also initializing the default blacklist |
public
boolean
|
|
public
|
public
array
|
$ids | array() |
#
Lookup table of IDs we've accumulated. |