| Total Complexity | 2 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 5 | trait CardCryptogramPacketString |
||
| 6 | { |
||
| 7 | /** @var string */ |
||
| 8 | protected $card_cryptogram_packet; |
||
| 9 | |||
| 10 | /** |
||
| 11 | * @return string |
||
| 12 | */ |
||
| 13 | public function getCardCryptogramPacket(): string |
||
| 16 | } |
||
| 17 | |||
| 18 | /** |
||
| 19 | * @param string $card_cryptogram_packet |
||
| 20 | * |
||
| 21 | * @return $this |
||
| 22 | */ |
||
| 23 | public function setCardCryptogramPacket(string $card_cryptogram_packet): self |
||
| 30 |