__construct() public method

-- CONVENIENCE MEMBERS ---------------------------------------------
public __construct ( )
 public function __construct()
 {
     // setup the factory
     parent::__construct();
     $this->factory = new HTMLPurifier_TokenFactory();
 }