Example #1
0
 /**
  * Reset the internal static instance.
  */
 public static function resetInstance()
 {
     if (self::$instance) {
         self::$instance->reset();
         self::$instance = null;
     }
 }