| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 39 | public function __construct($input = null, $signature = null, $encoded_payload = null, $encoded_protected_header = null) |
||
| 40 | { |
||
| 41 | parent::__construct($input); |
||
| 42 | $this->encoded_payload = $encoded_payload; |
||
| 43 | $this->encoded_protected_header = $encoded_protected_header; |
||
| 44 | $this->signature = $signature; |
||
| 45 | } |
||
| 46 | |||
| 78 |