コード例 #1
0
ファイル: BxPmtBitPay.php プロジェクト: toxalot/dolphin.pro
 /**
  * Constructor
  */
 function __construct($oDb, $oConfig, $aConfig)
 {
     parent::__construct($oDb, $oConfig, $aConfig);
     $this->_bRedirectOnResult = false;
     $this->_initializeOptions();
 }
コード例 #2
0
 /**
  * Constructor
  */
 function __construct($oDb, $oConfig, $aConfig)
 {
     parent::__construct($oDb, $oConfig, $aConfig);
     $this->_aConfig = $aConfig;
 }
コード例 #3
0
ファイル: BxPmtBitPay.php プロジェクト: Gotgot59/dolphin.pro
 /**
  * Constructor
  */
 function BxPmtBitPay($oDb, $oConfig, $aConfig)
 {
     parent::BxPmtProvider($oDb, $oConfig, $aConfig);
     $this->_bRedirectOnResult = false;
     $this->_initializeOptions();
 }
コード例 #4
0
ファイル: BxPmtPayPal.php プロジェクト: dalinhuang/shopexts
 /**
  * Constructor
  */
 function BxPmtPayPal($oDb, $oConfig, $aConfig)
 {
     parent::BxPmtProvider($oDb, $oConfig, $aConfig);
     $this->_bRedirectOnResult = true;
     $this->_sDataReturnUrl = $this->_oConfig->getDataReturnUrl() . $this->_sName . '/';
 }
コード例 #5
0
 /**
  * Constructor
  */
 function __construct($oDb, $oConfig, $aConfig)
 {
     parent::__construct($oDb, $oConfig, $aConfig);
     $this->_bRedirectOnResult = true;
     $this->_sDataReturnUrl = $this->_oConfig->getDataReturnUrl() . $this->_sName . '/';
 }
コード例 #6
0
 /**
  * Constructor
  */
 function BxPfwProvider($oDb, $oConfig, $aConfig)
 {
     parent::BxPmtProvider($oDb, $oConfig, $aConfig);
     $this->_aConfig = $aConfig;
 }