Example #1
0
 /**
  * Resets the configuration of the class
  * 
  * @internal
  * 
  * @return void
  */
 public static function reset()
 {
     self::$callback_cache = array();
     self::$configured = array();
     self::$identity_map = array();
     self::$method_name_cache = array();
     self::$unescape_map = array();
 }