Example #1
0
 public function __construct($isDebug)
 {
     parent::__construct($isDebug);
     $this->curlOptions = array();
 }
 /**
  * Default constructor
  *
  * @param BitPay $bitPay
  */
 public function __construct(BitPay $bitpay)
 {
     parent::__construct();
     $this->bitpay = $bitpay;
 }