Go to the documentation of this file.
26 $id_accumulator->load(
$config->get(
'Attr.IDBlacklist'));
27 return $id_accumulator;
35 public function add($id) {
36 if (isset($this->ids[$id]))
return false;
37 return $this->ids[$id] =
true;
45 public function load($array_of_ids) {
46 foreach ($array_of_ids as $id) {
47 $this->ids[$id] =
true;