/**
  * Resets the configuration of the class
  *
  * @internal
  *
  * @return void
  */
 public static function reset()
 {
     self::$format_callback = NULL;
     self::$unformat_callback = NULL;
 }