コード例 #1
0
ファイル: singleton.php プロジェクト: neel/bong
 public static function clearAllInstances()
 {
     self::$__instances = array();
 }