예제 #1
0
 public static function getInstance()
 {
     return self::$_I ? self::$_I : (self::$_I = new self());
 }