Home
last modified time | relevance | path

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

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/
DRemoveSpansWithoutAttributes.php37 private $markForDeletion; variable in HTMLPurifier_Injector_RemoveSpansWithoutAttributes
41 $this->markForDeletion = new SplObjectStorage();
77 $this->markForDeletion->attach($current);
88 if ($this->markForDeletion->contains($token)) {
89 $this->markForDeletion->detach($token);