コード例 #1
0
 public function __construct($headers, $body, $header)
 {
     $this->header = $header;
     parent::__construct($headers, $body);
 }
コード例 #2
0
 public function __construct($headers, $body, $expected_hmac, $received_hmac)
 {
     $this->expected_hmac = $expected_hmac;
     $this->received_hmac = $received_hmac;
     parent::__construct($headers, $body);
 }