1 | <?php |
||
14 | class ArchiveTokenCommand extends Command |
||
15 | { |
||
16 | /** |
||
17 | * @var ArchivistInterface |
||
18 | */ |
||
19 | private $archivist; |
||
20 | |||
21 | 2 | public function __construct(ArchivistInterface $archivist) |
|
26 | |||
27 | /** |
||
28 | * @inheritDoc |
||
29 | */ |
||
30 | 2 | protected function configure(): void |
|
37 | |||
38 | /** |
||
39 | * @inheritDoc |
||
40 | */ |
||
41 | 2 | protected function execute(InputInterface $input, OutputInterface $output): int |
|
53 | } |
||
54 |