Ejemplo n.º 1
0
 public static function init()
 {
     if (self::$config == null) {
         self::$config = new PagSeguroConfig();
     }
     return self::$config;
 }