예제 #1
0
파일: singleton.php 프로젝트: neel/bong
 public static function clearAllInstances()
 {
     self::$__instances = array();
 }