Home
last modified time | relevance | path

Searched refs:elementLookup (Results 1 – 1 of 1) sorted by relevance

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DHTMLModuleManager.php50 public $elementLookup = array(); variable in HTMLPurifier_HTMLModuleManager
312 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) {