Ejemplo n.º 1
0
 public function __construct()
 {
     // setup the factory
     parent::HTMLPurifier_Lexer();
     $this->factory = new HTMLPurifier_TokenFactory();
 }