Example #1
0
 /**
  * Resettable Singleton Solution
  *
  * @return void
  * @link http://sebastian-bergmann.de/archives/882-guid.html
  *       Testing Code That Uses Singletons
  * @since 2.1.0
  */
 public static final function reset()
 {
     self::$instance = null;
 }