| 1 | <?php |
||
| 15 | class ResetCommand extends AbstractCommand |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * Configures the current command. |
||
| 19 | */ |
||
| 20 | 2 | protected function configure() |
|
| 28 | |||
| 29 | /** |
||
| 30 | * @return int |
||
| 31 | */ |
||
| 32 | 2 | protected function process() |
|
| 40 | |||
| 41 | /** |
||
| 42 | * @param string[] $jobNames |
||
| 43 | */ |
||
| 44 | 2 | private function updateJobIndex($jobNames) |
|
| 55 | } |
||
| 56 |