/**
  * Destroy the singleton instances
  *
  * @return void
  */
 public static function destroySingletons()
 {
     self::$instances = array();
 }