| 1 | <?php |
||
| 24 | final class RetryEncodingCommand extends CloudCommand |
||
| 25 | { |
||
| 26 | protected static $defaultName = 'panda:encoding:retry'; |
||
| 27 | |||
| 28 | /** |
||
| 29 | * {@inheritDoc} |
||
| 30 | */ |
||
| 31 | 5 | protected function configure() |
|
| 42 | |||
| 43 | /** |
||
| 44 | * {@inheritDoc} |
||
| 45 | */ |
||
| 46 | 3 | protected function doExecuteCommand(InputInterface $input, OutputInterface $output) |
|
| 57 | } |
||
| 58 |