HTMLPurifier_Lexer::__construct PHP Method

__construct() public method

-- CONVENIENCE MEMBERS ---------------------------------------------
public __construct ( )
    public function __construct()
    {
        $this->_entity_parser = new HTMLPurifier_EntityParser();
    }

Usage Example

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