Exemple #1
0
 public static function instance()
 {
     if (!self::$i) {
         self::$i = new GoCart();
     }
     return self::$i;
 }