Esempio n. 1
0
 /**
  * Constructor
  */
 function __construct($oDb, $oConfig, $aConfig)
 {
     parent::__construct($oDb, $oConfig, $aConfig);
     $this->_bRedirectOnResult = false;
     $this->_initializeOptions();
 }
Esempio n. 2
0
 /**
  * Constructor
  */
 function __construct($oDb, $oConfig, $aConfig)
 {
     parent::__construct($oDb, $oConfig, $aConfig);
     $this->_aConfig = $aConfig;
 }
Esempio n. 3
0
 /**
  * Constructor
  */
 function BxPmtBitPay($oDb, $oConfig, $aConfig)
 {
     parent::BxPmtProvider($oDb, $oConfig, $aConfig);
     $this->_bRedirectOnResult = false;
     $this->_initializeOptions();
 }
Esempio n. 4
0
 /**
  * Constructor
  */
 function BxPmtPayPal($oDb, $oConfig, $aConfig)
 {
     parent::BxPmtProvider($oDb, $oConfig, $aConfig);
     $this->_bRedirectOnResult = true;
     $this->_sDataReturnUrl = $this->_oConfig->getDataReturnUrl() . $this->_sName . '/';
 }
Esempio n. 5
0
 /**
  * Constructor
  */
 function __construct($oDb, $oConfig, $aConfig)
 {
     parent::__construct($oDb, $oConfig, $aConfig);
     $this->_bRedirectOnResult = true;
     $this->_sDataReturnUrl = $this->_oConfig->getDataReturnUrl() . $this->_sName . '/';
 }
Esempio n. 6
0
 /**
  * Constructor
  */
 function BxPfwProvider($oDb, $oConfig, $aConfig)
 {
     parent::BxPmtProvider($oDb, $oConfig, $aConfig);
     $this->_aConfig = $aConfig;
 }