/**
  * Destroy all singleton() instances
  * @since 1.27
  */
 public static function destroySingletons()
 {
     self::$instances = array();
 }