27        $id_accumulator->load(
$config->get(
'Attr.IDBlacklist'));
 
   28        return $id_accumulator;
 
   38        if (isset($this->ids[
$id])) {
 
   41        return $this->ids[
$id] = 
true;
 
   49    public function load($array_of_ids)
 
   51        foreach ($array_of_ids as 
$id) {
 
   52            $this->ids[
$id] = 
true;
 
An exception for terminatinating execution or to throw for unit testing.
Component of HTMLPurifier_AttrContext that accumulates IDs to prevent dupes.
static build($config, $context)
Builds an IDAccumulator, also initializing the default blacklist.
$ids
Lookup table of IDs we've accumulated.
load($array_of_ids)
Load a list of IDs into the lookup table.
add($id)
Add an ID to the lookup table.
if(!array_key_exists('StateId', $_REQUEST)) $id