コード例 #1
0
ファイル: LogPagSeguro.class.php プロジェクト: caina/pando
 public static function init()
 {
     if (self::$log == null) {
         self::$log = new LogPagSeguro();
     }
     return self::$log;
 }