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