예제 #1
0
파일: main.php 프로젝트: hettema/Stages
 public static function reset()
 {
     self::$_registry = array();
     self::$_objects = null;
 }