Searched refs:injectors (Results 1 – 2 of 2) sorted by relevance
45 protected $injectors; variable in HTMLPurifier_Strategy_MakeWellFormed99 $this->injectors = array();101 $injectors = $config->getBatch('AutoFormat');103 $custom_injectors = $injectors['Custom'];104 unset($injectors['Custom']); // special case105 foreach ($injectors as $injector => $b) {114 $this->injectors[] = new $injector;118 $this->injectors[] = $injector;128 $this->injectors[] = $injector;133 foreach ($this->injectors as $ix => $injector) {[all …]
8 This directive can be used to add custom auto-format injectors.