コード例 #1
0
ファイル: Registry.php プロジェクト: dmj/uni-helmstedt.hab.de
 public static function reset()
 {
     if (null !== self::$_instance) {
         self::$_instance->resetInstance();
     }
     self::$_instance = null;
 }