示例#1
0
 public static function shutDown()
 {
     if (null !== self::$m_instance) {
         if (slp_autoload_unregister(array(self::$m_instance, '_autoload'))) {
             throw new Exception("Impossible d'arrêter l'autoload : " . __CLASS__);
         }
         self::$m_instance = null;
     }
 }