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