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