コード例 #1
0
ファイル: GatewayPlugin.php プロジェクト: bretanac93/event
 public function __construct($isDebug)
 {
     parent::__construct($isDebug);
     $this->curlOptions = array();
 }
コード例 #2
0
 /**
  * Default constructor
  *
  * @param BitPay $bitPay
  */
 public function __construct(BitPay $bitpay)
 {
     parent::__construct();
     $this->bitpay = $bitpay;
 }