Exemple #1
0
 public static function getInst()
 {
     if (self::$Inst === false) {
         self::$Inst = new PayU();
     }
     return self::$Inst;
 }