Searched refs:_anonModule (Results 1 – 1 of 1) sorted by relevance
161 if (!$this->_anonModule) {162 $this->_anonModule = new HTMLPurifier_HTMLModule();163 $this->_anonModule->name = 'Anonymous';165 return $this->_anonModule;168 private $_anonModule = null; variable in HTMLPurifier_HTMLDefinition212 if ($this->_anonModule) {216 $this->manager->addModule($this->_anonModule);217 unset($this->_anonModule);