| 1 | <?php |
||
| 22 | class PurgeGeneralCommand extends AbstractPurgeCommand |
||
| 23 | { |
||
| 24 | /** |
||
| 25 | * @var string |
||
| 26 | */ |
||
| 27 | public const CLI_COMMAND = 'lm-varnish:cache-purge-general'; |
||
| 28 | |||
| 29 | /** |
||
| 30 | * @return void |
||
| 31 | */ |
||
| 32 | protected function configure(): void |
||
| 42 | |||
| 43 | /** |
||
| 44 | * @param InputInterface $input |
||
| 45 | * @param OutputInterface $output |
||
| 46 | * @return void |
||
| 47 | * @SuppressWarnings(PHPMD.UnusedFormalParameter) |
||
| 48 | */ |
||
| 49 | protected function execute(InputInterface $input, OutputInterface $output): void |
||
| 54 | } |
||
| 55 |