示例#1
0
文件: singleton.php 项目: neel/bong
 public static function clearAllInstances()
 {
     self::$__instances = array();
 }