Searched refs:elementLookup (Results 1 – 1 of 1) sorted by relevance
50 public $elementLookup = array(); variable in HTMLPurifier_HTMLModuleManager312 if (!isset($this->elementLookup[$name])) {313 $this->elementLookup[$name] = array();315 $this->elementLookup[$name][] = $module->name;389 if (!isset($this->elementLookup[$name])) {401 foreach ($this->elementLookup[$name] as $module_name) {