HTMLPurifier_Encoder::__construct PHP Method

__construct() private method

Constructor throws fatal error if you attempt to instantiate class
private __construct ( )
    private function __construct()
    {
        trigger_error('Cannot instantiate encoder, call methods statically', E_USER_ERROR);
    }