1 | <?php |
||
13 | class StopScheduledWorkerCommand extends ContainerAwareCommand |
||
14 | { |
||
15 | /** |
||
16 | * |
||
17 | */ |
||
18 | protected function configure() |
||
24 | |||
25 | /** |
||
26 | * @param InputInterface $input |
||
27 | * @param OutputInterface $output |
||
28 | * @return int |
||
29 | */ |
||
30 | protected function execute(InputInterface $input, OutputInterface $output) |
||
50 | } |
||
51 |