示例#1
0
文件: main.php 项目: hettema/Stages
 public static function reset()
 {
     self::$_registry = array();
     self::$_objects = null;
 }