1 | <?php |
||
14 | class ClearQueueCommand extends ContainerAwareCommand |
||
15 | { |
||
16 | /** |
||
17 | * |
||
18 | */ |
||
19 | protected function configure() |
||
26 | |||
27 | /** |
||
28 | * @param InputInterface $input |
||
29 | * @param OutputInterface $output |
||
30 | * @return int |
||
31 | */ |
||
32 | protected function execute(InputInterface $input, OutputInterface $output) |
||
43 | } |
||
44 |