コード例 #1
0
ファイル: main.php プロジェクト: hettema/Stages
 public static function reset()
 {
     self::$_registry = array();
     self::$_objects = null;
 }