예제 #1
0
파일: GC.php 프로젝트: thijmenvenus/GoCart3
 public static function instance()
 {
     if (!self::$i) {
         self::$i = new GoCart();
     }
     return self::$i;
 }