コード例 #1
0
 /**
  * Initialize the object one time
  * @return object
  */
 public static function getInstance()
 {
     if (!self::$c_instance) {
         self::$c_instance = new HCCoder_PayPalConfig();
     }
     return self::$c_instance;
 }