コード例 #1
0
ファイル: Processor.php プロジェクト: 469306621/Languages
 /**
  * Kill the singleton
  */
 public function destroy()
 {
     self::$instance = null;
     $this->isOpen = false;
 }