protected function __construct(EEM_Gateways &$model)
 {
     do_action('AHEE_log', __FILE__, __FUNCTION__, '');
     $this->_button_base = 'pay-by-credit-card.png';
     $this->_btn_img = EE_GATEWAYS_URL . $this->_button_base;
     parent::__construct($model);
 }
 protected function __construct(EEM_Gateways &$model)
 {
     do_action('AHEE_log', __FILE__, __FUNCTION__, '');
     parent::__construct($model);
 }
 /**
  * @return EE_Offsite_Gateway
  */
 public function __construct()
 {
     $this->_supports_receiving_refunds = true;
     parent::__construct();
 }
 /**
  * @return EE_Onsite_Gateway
  */
 public function __construct()
 {
     $this->_supports_sending_refunds = TRUE;
     parent::__construct();
 }