| Total Complexity | 2 |
| Total Lines | 17 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 22 | final class Clear implements Command |
||
| 23 | { |
||
| 24 | /** @var string|null */ |
||
| 25 | private $field; |
||
| 26 | |||
| 27 | /** |
||
| 28 | * @param string|null $field the field from which the print image buffer |
||
| 29 | * should be cleared (Fingerprint only) |
||
| 30 | */ |
||
| 31 | public function __construct(?string $field = null) |
||
| 34 | } |
||
| 35 | |||
| 36 | public function getField(): ?string |
||
| 41 |